Html Css Color HEX #F99112 Carrot Orange

📋 copy color: '#F99112'

red 249 ◦ green 145 ◦ blue 18

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

Shades of Carrot Orange #F99112

Tints of Carrot Orange #F99112

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.19%

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

R = 60.44%
G = 35.19%
B = 4.37%

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

#F99112 (or 0xF99112) is known color: Carrot Orange. HEX triplet: F9, 91 and 12. RGB value is (249,145,18). Sum of RGB (Red+Green+Blue) = 249+145+18=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F99112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99112 is #066EED. Grayscale: #A2A2A2. Windows color (decimal): -421614 or 1217017. OLE color: 1217017.

HSL color Cylindrical-coordinate representation of color #F99112: hue angle of 32.99º 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 #F99112 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 145 18 -
CMYK 0 0.42 0.93 0.02
HSL 32.99º 0.95% 0.52% -
HSV(B) 32.99º 0.93% 0.98% -
XYZ 49.3 40.43 5.78 -
YUV 161.62 46.96 190.33 -
System Red Green Blue C M Y K H S L
Decimal 249 145 18 0 0.42 0.93 0.02 32.99 0.95 0.52
Hex F9 91 12 0 2A 5D 2 21 5F 34
Octal 371 221 22 0 52 135 2 41 137 64
Binary 11111001 10010001 10010 0 101010 1011101 10 100001 1011111 110100

Color Harmonies of #F99112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99112

Black with #F99112

Text Example


Text Example

White with #F99112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99112; }

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

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

background-color css

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

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

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

border-color css

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

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

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