Html Css Color HEX #F5900C Dark Orange

📋 copy color: '#F5900C'

red 245 ◦ green 144 ◦ blue 12

#F5900C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orange #F5900C

Tints of Dark Orange #F5900C

RGB

 RED value IS 245 (96.09% from 255) = 61.1%

 GREEN value IS 144 (56.64% from 255) = 35.91%

 BLUE value IS 12 (5.08% from 255) = 2.99%

R = 61.1%
G = 35.91%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F5900C (or 0xF5900C) is known color: Dark Orange. HEX triplet: F5, 90 and 0C. RGB value is (245,144,12). Sum of RGB (Red+Green+Blue) = 245+144+12=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F5900C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5900C is #0A6FF3. Grayscale: #9F9F9F. Windows color (decimal): -684020 or 823541. OLE color: 823541.

HSL color Cylindrical-coordinate representation of color #F5900C: hue angle of 33.99º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5900C is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 144 12 -
CMYK 0 0.41 0.95 0.04
HSL 33.99º 0.92% 0.5% -
HSV(B) 33.99º 0.95% 0.96% -
XYZ 47.7 39.39 5.44 -
YUV 159.15 44.96 189.23 -
System Red Green Blue C M Y K H S L
Decimal 245 144 12 0 0.41 0.95 0.04 33.99 0.92 0.5
Hex F5 90 C 0 29 5F 4 22 5C 32
Octal 365 220 14 0 51 137 4 42 134 62
Binary 11110101 10010000 1100 0 101001 1011111 100 100010 1011100 110010

Color Harmonies of #F5900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5900C

Black with #F5900C

Text Example


Text Example

White with #F5900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5900C; }

 p { color: rgb(245,144,12); }

 H1.HeaderClassName
 {
   color: #F5900C;
 }
 .AnyTagClassName
 {
   color: #F5900C;
 }
</style>

background-color css

<style>
 a { background-color: #F5900C; }

 a { background-color: rgb(245,144,12); }

 div.DivClassName
 {
   background-color: #F5900C;
 }
 .BgClassName
 {
   background-color: #F5900C;
 }
</style>

border-color css

<style>
 span { border-color: #F5900C; }

 span { border-color: rgb(245,144,12); }

 td.TdClassName
 {
   border-color: #F5900C;
 }
 .TagClassName
 {
   border-color: #F5900C;
 }
</style>