Html Css Color HEX #F9990C Orange Peel

📋 copy color: '#F9990C'

red 249 ◦ green 153 ◦ blue 12

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

Shades of Orange Peel #F9990C

Tints of Orange Peel #F9990C

RGB

 RED value IS 249 (97.66% from 255) = 60.14%

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

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

R = 60.14%
G = 36.96%
B = 2.9%

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

#F9990C (or 0xF9990C) is known color: Orange Peel. HEX triplet: F9, 99 and 0C. RGB value is (249,153,12). Sum of RGB (Red+Green+Blue) = 249+153+12=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F9990C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9990C is #0666F3. Grayscale: #A6A6A6. Windows color (decimal): -419572 or 825849. OLE color: 825849.

HSL color Cylindrical-coordinate representation of color #F9990C: hue angle of 35.7º degrees, saturation: 0.95, 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 #F9990C is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 153 12 -
CMYK 0 0.39 0.95 0.02
HSL 35.7º 0.95% 0.51% -
HSV(B) 35.7º 0.95% 0.98% -
XYZ 50.52 42.95 5.97 -
YUV 165.63 41.3 187.46 -
System Red Green Blue C M Y K H S L
Decimal 249 153 12 0 0.39 0.95 0.02 35.7 0.95 0.51
Hex F9 99 C 0 27 5F 2 24 5F 33
Octal 371 231 14 0 47 137 2 44 137 63
Binary 11111001 10011001 1100 0 100111 1011111 10 100100 1011111 110011

Color Harmonies of #F9990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9990C

Black with #F9990C

Text Example


Text Example

White with #F9990C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9990C; }

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

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

background-color css

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

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

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

border-color css

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

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

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