Html Css Color HEX #F99312 Carrot Orange

📋 copy color: '#F99312'

red 249 ◦ green 147 ◦ blue 18

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

Shades of Carrot Orange #F99312

Tints of Carrot Orange #F99312

RGB

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

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

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

R = 60.14%
G = 35.51%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F99312 (or 0xF99312) is known color: Carrot Orange. HEX triplet: F9, 93 and 12. RGB value is (249,147,18). Sum of RGB (Red+Green+Blue) = 249+147+18=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 18 (7.42% from 255 or 4.35% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F99312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99312 is #066CED. Grayscale: #A3A3A3. Windows color (decimal): -421102 or 1217529. OLE color: 1217529.

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

Color convert

RGB 249 147 18 -
CMYK 0 0.41 0.93 0.02
HSL 33.51º 0.95% 0.52% -
HSV(B) 33.51º 0.93% 0.98% -
XYZ 49.61 41.05 5.88 -
YUV 162.79 46.29 189.49 -
System Red Green Blue C M Y K H S L
Decimal 249 147 18 0 0.41 0.93 0.02 33.51 0.95 0.52
Hex F9 93 12 0 29 5D 2 22 5F 34
Octal 371 223 22 0 51 135 2 42 137 64
Binary 11111001 10010011 10010 0 101001 1011101 10 100010 1011111 110100

Color Harmonies of #F99312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99312

Black with #F99312

Text Example


Text Example

White with #F99312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99312; }

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

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

background-color css

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

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

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

border-color css

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

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

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