Html Css Color HEX #F99213 Carrot Orange

📋 copy color: '#F99213'

red 249 ◦ green 146 ◦ blue 19

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

Shades of Carrot Orange #F99213

Tints of Carrot Orange #F99213

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.27%

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

R = 60.14%
G = 35.27%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F99213 (or 0xF99213) is known color: Carrot Orange. HEX triplet: F9, 92 and 13. RGB value is (249,146,19). Sum of RGB (Red+Green+Blue) = 249+146+19=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 19 (7.81% from 255 or 4.59% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F99213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99213 is #066DEC. Grayscale: #A2A2A2. Windows color (decimal): -421357 or 1282809. OLE color: 1282809.

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

Color convert

RGB 249 146 19 -
CMYK 0 0.41 0.92 0.02
HSL 33.13º 0.95% 0.53% -
HSV(B) 33.13º 0.92% 0.98% -
XYZ 49.46 40.74 5.87 -
YUV 162.32 47.12 189.83 -
System Red Green Blue C M Y K H S L
Decimal 249 146 19 0 0.41 0.92 0.02 33.13 0.95 0.53
Hex F9 92 13 0 29 5C 2 21 5F 35
Octal 371 222 23 0 51 134 2 41 137 65
Binary 11111001 10010010 10011 0 101001 1011100 10 100001 1011111 110101

Color Harmonies of #F99213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99213

Black with #F99213

Text Example


Text Example

White with #F99213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99213; }

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

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

background-color css

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

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

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

border-color css

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

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

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