Html Css Color HEX #F99114 Carrot Orange

📋 copy color: '#F99114'

red 249 ◦ green 145 ◦ blue 20

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

Shades of Carrot Orange #F99114

Tints of Carrot Orange #F99114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.83%

R = 60.14%
G = 35.02%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F99114 (or 0xF99114) is known color: Carrot Orange. HEX triplet: F9, 91 and 14. RGB value is (249,145,20). Sum of RGB (Red+Green+Blue) = 249+145+20=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F99114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99114 is #066EEB. Grayscale: #A2A2A2. Windows color (decimal): -421612 or 1348089. OLE color: 1348089.

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

Color convert

RGB 249 145 20 -
CMYK 0 0.42 0.92 0.02
HSL 32.75º 0.95% 0.53% -
HSV(B) 32.75º 0.92% 0.98% -
XYZ 49.32 40.44 5.87 -
YUV 161.85 47.96 190.16 -
System Red Green Blue C M Y K H S L
Decimal 249 145 20 0 0.42 0.92 0.02 32.75 0.95 0.53
Hex F9 91 14 0 2A 5C 2 21 5F 35
Octal 371 221 24 0 52 134 2 41 137 65
Binary 11111001 10010001 10100 0 101010 1011100 10 100001 1011111 110101

Color Harmonies of #F99114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99114

Black with #F99114

Text Example


Text Example

White with #F99114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99114; }

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

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

background-color css

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

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

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

border-color css

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

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

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