Html Css Color HEX #F2A507 Orange

📋 copy color: '#F2A507'

red 242 ◦ green 165 ◦ blue 7

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

Shades of Orange #F2A507

Tints of Orange #F2A507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.69%

R = 58.45%
G = 39.86%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F2A507 (or 0xF2A507) is known color: Orange. HEX triplet: F2, A5 and 07. RGB value is (242,165,7). Sum of RGB (Red+Green+Blue) = 242+165+7=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 7 (3.12% from 255 or 1.69% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A507 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A507 is #0D5AF8. Grayscale: #AAAAAA. Windows color (decimal): -875257 or 501234. OLE color: 501234.

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

Color convert

RGB 242 165 7 -
CMYK 0 0.32 0.97 0.05
HSL 40.34º 0.94% 0.49% -
HSV(B) 40.34º 0.97% 0.95% -
XYZ 50.11 45.8 6.4 -
YUV 170.01 36.01 179.35 -
System Red Green Blue C M Y K H S L
Decimal 242 165 7 0 0.32 0.97 0.05 40.34 0.94 0.49
Hex F2 A5 7 0 20 61 5 28 5E 31
Octal 362 245 7 0 40 141 5 50 136 61
Binary 11110010 10100101 111 0 100000 1100001 101 101000 1011110 110001

Color Harmonies of #F2A507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A507

Black with #F2A507

Text Example


Text Example

White with #F2A507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A507; }

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

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

background-color css

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

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

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

border-color css

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

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

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