Html Css Color HEX #F89212 Carrot Orange

📋 copy color: '#F89212'

red 248 ◦ green 146 ◦ blue 18

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

Shades of Carrot Orange #F89212

Tints of Carrot Orange #F89212

RGB

 RED value IS 248 (97.27% from 255) = 60.19%

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

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

R = 60.19%
G = 35.44%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F89212 (or 0xF89212) is known color: Carrot Orange. HEX triplet: F8, 92 and 12. RGB value is (248,146,18). Sum of RGB (Red+Green+Blue) = 248+146+18=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F89212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89212 is #076DED. Grayscale: #A2A2A2. Windows color (decimal): -486894 or 1217272. OLE color: 1217272.

HSL color Cylindrical-coordinate representation of color #F89212: hue angle of 33.39º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F89212 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 146 18 -
CMYK 0 0.41 0.93 0.03
HSL 33.39º 0.94% 0.52% -
HSV(B) 33.39º 0.93% 0.97% -
XYZ 49.1 40.56 5.81 -
YUV 161.91 46.79 189.41 -
System Red Green Blue C M Y K H S L
Decimal 248 146 18 0 0.41 0.93 0.03 33.39 0.94 0.52
Hex F8 92 12 0 29 5D 3 21 5E 34
Octal 370 222 22 0 51 135 3 41 136 64
Binary 11111000 10010010 10010 0 101001 1011101 11 100001 1011110 110100

Color Harmonies of #F89212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89212

Black with #F89212

Text Example


Text Example

White with #F89212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89212; }

 p { color: rgb(248,146,18); }

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

background-color css

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

 a { background-color: rgb(248,146,18); }

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

border-color css

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

 span { border-color: rgb(248,146,18); }

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