Html Css Color HEX #F99013 Carrot Orange

📋 copy color: '#F99013'

red 249 ◦ green 144 ◦ blue 19

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

Shades of Carrot Orange #F99013

Tints of Carrot Orange #F99013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.61%

R = 60.44%
G = 34.95%
B = 4.61%

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

#F99013 (or 0xF99013) is known color: Carrot Orange. HEX triplet: F9, 90 and 13. RGB value is (249,144,19). Sum of RGB (Red+Green+Blue) = 249+144+19=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F99013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99013 is #066FEC. Grayscale: #A1A1A1. Windows color (decimal): -421869 or 1282297. OLE color: 1282297.

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

Color convert

RGB 249 144 19 -
CMYK 0 0.42 0.92 0.02
HSL 32.61º 0.95% 0.53% -
HSV(B) 32.61º 0.92% 0.98% -
XYZ 49.16 40.13 5.77 -
YUV 161.15 47.79 190.66 -
System Red Green Blue C M Y K H S L
Decimal 249 144 19 0 0.42 0.92 0.02 32.61 0.95 0.53
Hex F9 90 13 0 2A 5C 2 21 5F 35
Octal 371 220 23 0 52 134 2 41 137 65
Binary 11111001 10010000 10011 0 101010 1011100 10 100001 1011111 110101

Color Harmonies of #F99013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99013

Black with #F99013

Text Example


Text Example

White with #F99013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99013; }

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

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

background-color css

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

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

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

border-color css

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

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

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