Html Css Color HEX #F2A509 Orange

📋 copy color: '#F2A509'

red 242 ◦ green 165 ◦ blue 9

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

Shades of Orange #F2A509

Tints of Orange #F2A509

RGB

 RED value IS 242 (94.92% from 255) = 58.17%

 GREEN value IS 165 (64.84% from 255) = 39.66%

 BLUE value IS 9 (3.91% from 255) = 2.16%

R = 58.17%
G = 39.66%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2A509 (or 0xF2A509) is known color: Orange. HEX triplet: F2, A5 and 09. RGB value is (242,165,9). Sum of RGB (Red+Green+Blue) = 242+165+9=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 9 (3.91% from 255 or 2.16% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A509 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A509 is #0D5AF6. Grayscale: #AAAAAA. Windows color (decimal): -875255 or 632306. OLE color: 632306.

HSL color Cylindrical-coordinate representation of color #F2A509: hue angle of 40.17º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2A509 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 165 9 -
CMYK 0 0.32 0.96 0.05
HSL 40.17º 0.93% 0.49% -
HSV(B) 40.17º 0.96% 0.95% -
XYZ 50.12 45.81 6.46 -
YUV 170.24 37.01 179.18 -
System Red Green Blue C M Y K H S L
Decimal 242 165 9 0 0.32 0.96 0.05 40.17 0.93 0.49
Hex F2 A5 9 0 20 60 5 28 5D 31
Octal 362 245 11 0 40 140 5 50 135 61
Binary 11110010 10100101 1001 0 100000 1100000 101 101000 1011101 110001

Color Harmonies of #F2A509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A509

Black with #F2A509

Text Example


Text Example

White with #F2A509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A509; }

 p { color: rgb(242,165,9); }

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

background-color css

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

 a { background-color: rgb(242,165,9); }

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

border-color css

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

 span { border-color: rgb(242,165,9); }

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