Html Css Color HEX #FA990C Orange Peel

📋 copy color: '#FA990C'

red 250 ◦ green 153 ◦ blue 12

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

Shades of Orange Peel #FA990C

Tints of Orange Peel #FA990C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.87%

 BLUE value IS 12 (5.08% from 255) = 2.89%

R = 60.24%
G = 36.87%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA990C (or 0xFA990C) is known color: Orange Peel. HEX triplet: FA, 99 and 0C. RGB value is (250,153,12). Sum of RGB (Red+Green+Blue) = 250+153+12=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA990C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA990C is #0566F3. Grayscale: #A6A6A6. Windows color (decimal): -354036 or 825850. OLE color: 825850.

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

Color convert

RGB 250 153 12 -
CMYK 0 0.39 0.95 0.02
HSL 35.55º 0.96% 0.51% -
HSV(B) 35.55º 0.95% 0.98% -
XYZ 50.88 43.13 5.99 -
YUV 165.93 41.14 187.96 -
System Red Green Blue C M Y K H S L
Decimal 250 153 12 0 0.39 0.95 0.02 35.55 0.96 0.51
Hex FA 99 C 0 27 5F 2 24 60 33
Octal 372 231 14 0 47 137 2 44 140 63
Binary 11111010 10011001 1100 0 100111 1011111 10 100100 1100000 110011

Color Harmonies of #FA990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA990C

Black with #FA990C

Text Example


Text Example

White with #FA990C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA990C; }

 p { color: rgb(250,153,12); }

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

background-color css

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

 a { background-color: rgb(250,153,12); }

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

border-color css

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

 span { border-color: rgb(250,153,12); }

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