Html Css Color HEX #F2A705 Orange

📋 copy color: '#F2A705'

red 242 ◦ green 167 ◦ blue 5

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

Shades of Orange #F2A705

Tints of Orange #F2A705

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.34%

 BLUE value IS 5 (2.34% from 255) = 1.21%

R = 58.45%
G = 40.34%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F2A705 (or 0xF2A705) is known color: Orange. HEX triplet: F2, A7 and 05. RGB value is (242,167,5). Sum of RGB (Red+Green+Blue) = 242+167+5=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 5 (2.34% from 255 or 1.21% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A705 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A705 is #0D58FA. Grayscale: #ABABAB. Windows color (decimal): -874747 or 370674. OLE color: 370674.

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

Color convert

RGB 242 167 5 -
CMYK 0 0.31 0.98 0.05
HSL 41.01º 0.96% 0.48% -
HSV(B) 41.01º 0.98% 0.95% -
XYZ 50.46 46.53 6.46 -
YUV 170.96 34.35 178.67 -
System Red Green Blue C M Y K H S L
Decimal 242 167 5 0 0.31 0.98 0.05 41.01 0.96 0.48
Hex F2 A7 5 0 1F 62 5 29 60 30
Octal 362 247 5 0 37 142 5 51 140 60
Binary 11110010 10100111 101 0 11111 1100010 101 101001 1100000 110000

Color Harmonies of #F2A705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A705

Black with #F2A705

Text Example


Text Example

White with #F2A705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A705; }

 p { color: rgb(242,167,5); }

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

background-color css

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

 a { background-color: rgb(242,167,5); }

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

border-color css

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

 span { border-color: rgb(242,167,5); }

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