Html Css Color HEX #F99313 Carrot Orange

📋 copy color: '#F99313'

red 249 ◦ green 147 ◦ blue 19

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

Shades of Carrot Orange #F99313

Tints of Carrot Orange #F99313

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.42%

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

R = 60%
G = 35.42%
B = 4.58%

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

#F99313 (or 0xF99313) is known color: Carrot Orange. HEX triplet: F9, 93 and 13. RGB value is (249,147,19). Sum of RGB (Red+Green+Blue) = 249+147+19=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 19 (7.81% from 255 or 4.58% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F99313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99313 is #066CEC. Grayscale: #A3A3A3. Windows color (decimal): -421101 or 1283065. OLE color: 1283065.

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

Color convert

RGB 249 147 19 -
CMYK 0 0.41 0.92 0.02
HSL 33.39º 0.95% 0.53% -
HSV(B) 33.39º 0.92% 0.98% -
XYZ 49.62 41.05 5.93 -
YUV 162.91 46.79 189.41 -
System Red Green Blue C M Y K H S L
Decimal 249 147 19 0 0.41 0.92 0.02 33.39 0.95 0.53
Hex F9 93 13 0 29 5C 2 21 5F 35
Octal 371 223 23 0 51 134 2 41 137 65
Binary 11111001 10010011 10011 0 101001 1011100 10 100001 1011111 110101

Color Harmonies of #F99313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99313

Black with #F99313

Text Example


Text Example

White with #F99313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99313; }

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

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

background-color css

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

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

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

border-color css

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

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

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