Html Css Color HEX #F99512 Carrot Orange

📋 copy color: '#F99512'

red 249 ◦ green 149 ◦ blue 18

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

Shades of Carrot Orange #F99512

Tints of Carrot Orange #F99512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.82%

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

R = 59.86%
G = 35.82%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F99512 (or 0xF99512) is known color: Carrot Orange. HEX triplet: F9, 95 and 12. RGB value is (249,149,18). Sum of RGB (Red+Green+Blue) = 249+149+18=416 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.86% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 18 (7.42% from 255 or 4.33% from 416); Max value from RGB is 249 - color contains mainly: red. Hex color #F99512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99512 is #066AED. Grayscale: #A4A4A4. Windows color (decimal): -420590 or 1218041. OLE color: 1218041.

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

Color convert

RGB 249 149 18 -
CMYK 0 0.40 0.93 0.02
HSL 34.03º 0.95% 0.52% -
HSV(B) 34.03º 0.93% 0.98% -
XYZ 49.92 41.68 5.99 -
YUV 163.97 45.63 188.65 -
System Red Green Blue C M Y K H S L
Decimal 249 149 18 0 0.40 0.93 0.02 34.03 0.95 0.52
Hex F9 95 12 0 28 5D 2 22 5F 34
Octal 371 225 22 0 50 135 2 42 137 64
Binary 11111001 10010101 10010 0 101000 1011101 10 100010 1011111 110100

Color Harmonies of #F99512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99512

Black with #F99512

Text Example


Text Example

White with #F99512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99512; }

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

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

background-color css

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

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

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

border-color css

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

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

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