Html Css Color HEX #F99012 Carrot Orange

📋 copy color: '#F99012'

red 249 ◦ green 144 ◦ blue 18

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

Shades of Carrot Orange #F99012

Tints of Carrot Orange #F99012

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.04%

 BLUE value IS 18 (7.42% from 255) = 4.38%

R = 60.58%
G = 35.04%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F99012 (or 0xF99012) is known color: Carrot Orange. HEX triplet: F9, 90 and 12. RGB value is (249,144,18). Sum of RGB (Red+Green+Blue) = 249+144+18=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F99012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99012 is #066FED. Grayscale: #A1A1A1. Windows color (decimal): -421870 or 1216761. OLE color: 1216761.

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

Color convert

RGB 249 144 18 -
CMYK 0 0.42 0.93 0.02
HSL 32.73º 0.95% 0.52% -
HSV(B) 32.73º 0.93% 0.98% -
XYZ 49.15 40.13 5.73 -
YUV 161.03 47.29 190.75 -
System Red Green Blue C M Y K H S L
Decimal 249 144 18 0 0.42 0.93 0.02 32.73 0.95 0.52
Hex F9 90 12 0 2A 5D 2 21 5F 34
Octal 371 220 22 0 52 135 2 41 137 64
Binary 11111001 10010000 10010 0 101010 1011101 10 100001 1011111 110100

Color Harmonies of #F99012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99012

Black with #F99012

Text Example


Text Example

White with #F99012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99012; }

 p { color: rgb(249,144,18); }

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

background-color css

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

 a { background-color: rgb(249,144,18); }

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

border-color css

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

 span { border-color: rgb(249,144,18); }

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