Html Css Color HEX #FA9C04 Orange Peel

📋 copy color: '#FA9C04'

red 250 ◦ green 156 ◦ blue 4

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

Shades of Orange Peel #FA9C04

Tints of Orange Peel #FA9C04

RGB

 RED value IS 250 (98.05% from 255) = 60.98%

 GREEN value IS 156 (61.33% from 255) = 38.05%

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

R = 60.98%
G = 38.05%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA9C04 (or 0xFA9C04) is known color: Orange Peel. HEX triplet: FA, 9C and 04. RGB value is (250,156,4). Sum of RGB (Red+Green+Blue) = 250+156+4=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 4 (1.95% from 255 or 0.98% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9C04 is #0563FB. Grayscale: #A7A7A7. Windows color (decimal): -353276 or 302330. OLE color: 302330.

HSL color Cylindrical-coordinate representation of color #FA9C04: hue angle of 37.07º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA9C04 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 156 4 -
CMYK 0 0.38 0.98 0.02
HSL 37.07º 0.97% 0.5% -
HSV(B) 37.07º 0.98% 0.98% -
XYZ 51.33 44.11 5.92 -
YUV 166.78 36.14 187.36 -
System Red Green Blue C M Y K H S L
Decimal 250 156 4 0 0.38 0.98 0.02 37.07 0.97 0.5
Hex FA 9C 4 0 26 62 2 25 61 32
Octal 372 234 4 0 46 142 2 45 141 62
Binary 11111010 10011100 100 0 100110 1100010 10 100101 1100001 110010

Color Harmonies of #FA9C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9C04

Black with #FA9C04

Text Example


Text Example

White with #FA9C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9C04; }

 p { color: rgb(250,156,4); }

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

background-color css

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

 a { background-color: rgb(250,156,4); }

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

border-color css

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

 span { border-color: rgb(250,156,4); }

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