Html Css Color HEX #F89213 Carrot Orange

📋 copy color: '#F89213'

red 248 ◦ green 146 ◦ blue 19

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

Shades of Carrot Orange #F89213

Tints of Carrot Orange #F89213

RGB

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

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

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

R = 60.05%
G = 35.35%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F89213 (or 0xF89213) is known color: Carrot Orange. HEX triplet: F8, 92 and 13. RGB value is (248,146,19). Sum of RGB (Red+Green+Blue) = 248+146+19=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 19 (7.81% from 255 or 4.60% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F89213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89213 is #076DEC. Grayscale: #A2A2A2. Windows color (decimal): -486893 or 1282808. OLE color: 1282808.

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

Color convert

RGB 248 146 19 -
CMYK 0 0.41 0.92 0.03
HSL 33.28º 0.94% 0.52% -
HSV(B) 33.28º 0.92% 0.97% -
XYZ 49.11 40.56 5.86 -
YUV 162.02 47.29 189.33 -
System Red Green Blue C M Y K H S L
Decimal 248 146 19 0 0.41 0.92 0.03 33.28 0.94 0.52
Hex F8 92 13 0 29 5C 3 21 5E 34
Octal 370 222 23 0 51 134 3 41 136 64
Binary 11111000 10010010 10011 0 101001 1011100 11 100001 1011110 110100

Color Harmonies of #F89213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89213

Black with #F89213

Text Example


Text Example

White with #F89213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89213; }

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

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

background-color css

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

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

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

border-color css

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

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

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