Html Css Color HEX #FF9A04 Orange Peel

📋 copy color: '#FF9A04'

red 255 ◦ green 154 ◦ blue 4

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

Shades of Orange Peel #FF9A04

Tints of Orange Peel #FF9A04

RGB

 RED value IS 255 (100% from 255) = 61.74%

 GREEN value IS 154 (60.55% from 255) = 37.29%

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 61.74%
G = 37.29%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF9A04 (or 0xFF9A04) is known color: Orange Peel. HEX triplet: FF, 9A and 04. RGB value is (255,154,4). Sum of RGB (Red+Green+Blue) = 255+154+4=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 4 (1.95% from 255 or 0.97% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9A04 is #0065FB. Grayscale: #A7A7A7. Windows color (decimal): -26108 or 301823. OLE color: 301823.

HSL color Cylindrical-coordinate representation of color #FF9A04: hue angle of 35.86º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF9A04 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 154 4 -
CMYK 0 0.40 0.98 0
HSL 35.86º 1% 0.51% -
HSV(B) 35.86º 0.98% 1% -
XYZ 52.82 44.38 5.9 -
YUV 167.1 35.96 190.7 -
System Red Green Blue C M Y K H S L
Decimal 255 154 4 0 0.40 0.98 0 35.86 1 0.51
Hex FF 9A 4 0 28 62 0 24 64 33
Octal 377 232 4 0 50 142 0 44 144 63
Binary 11111111 10011010 100 0 101000 1100010 0 100100 1100100 110011

Color Harmonies of #FF9A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9A04

Black with #FF9A04

Text Example


Text Example

White with #FF9A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9A04; }

 p { color: rgb(255,154,4); }

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

background-color css

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

 a { background-color: rgb(255,154,4); }

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

border-color css

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

 span { border-color: rgb(255,154,4); }

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