Html Css Color HEX #F2A505 Orange

📋 copy color: '#F2A505'

red 242 ◦ green 165 ◦ blue 5

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

Shades of Orange #F2A505

Tints of Orange #F2A505

RGB

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

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

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

R = 58.74%
G = 40.05%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F2A505 (or 0xF2A505) is known color: Orange. HEX triplet: F2, A5 and 05. RGB value is (242,165,5). Sum of RGB (Red+Green+Blue) = 242+165+5=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A505 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A505 is #0D5AFA. Grayscale: #AAAAAA. Windows color (decimal): -875259 or 370162. OLE color: 370162.

HSL color Cylindrical-coordinate representation of color #F2A505: hue angle of 40.51º 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 #F2A505 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 165 5 -
CMYK 0 0.32 0.98 0.05
HSL 40.51º 0.96% 0.48% -
HSV(B) 40.51º 0.98% 0.95% -
XYZ 50.1 45.8 6.34 -
YUV 169.78 35.01 179.51 -
System Red Green Blue C M Y K H S L
Decimal 242 165 5 0 0.32 0.98 0.05 40.51 0.96 0.48
Hex F2 A5 5 0 20 62 5 29 60 30
Octal 362 245 5 0 40 142 5 51 140 60
Binary 11110010 10100101 101 0 100000 1100010 101 101001 1100000 110000

Color Harmonies of #F2A505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A505

Black with #F2A505

Text Example


Text Example

White with #F2A505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A505; }

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

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

background-color css

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

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

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

border-color css

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

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

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