Html Css Color HEX #F89115 Carrot Orange

📋 copy color: '#F89115'

red 248 ◦ green 145 ◦ blue 21

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

Shades of Carrot Orange #F89115

Tints of Carrot Orange #F89115

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.02%

 BLUE value IS 21 (8.59% from 255) = 5.07%

R = 59.9%
G = 35.02%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F89115 (or 0xF89115) is known color: Carrot Orange. HEX triplet: F8, 91 and 15. RGB value is (248,145,21). Sum of RGB (Red+Green+Blue) = 248+145+21=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 21 (8.59% from 255 or 5.07% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F89115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89115 is #076EEA. Grayscale: #A2A2A2. Windows color (decimal): -487147 or 1413624. OLE color: 1413624.

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

Color convert

RGB 248 145 21 -
CMYK 0 0.42 0.92 0.03
HSL 32.78º 0.94% 0.53% -
HSV(B) 32.78º 0.92% 0.97% -
XYZ 48.97 40.26 5.9 -
YUV 161.66 48.62 189.58 -
System Red Green Blue C M Y K H S L
Decimal 248 145 21 0 0.42 0.92 0.03 32.78 0.94 0.53
Hex F8 91 15 0 2A 5C 3 21 5E 35
Octal 370 221 25 0 52 134 3 41 136 65
Binary 11111000 10010001 10101 0 101010 1011100 11 100001 1011110 110101

Color Harmonies of #F89115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89115

Black with #F89115

Text Example


Text Example

White with #F89115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89115; }

 p { color: rgb(248,145,21); }

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

background-color css

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

 a { background-color: rgb(248,145,21); }

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

border-color css

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

 span { border-color: rgb(248,145,21); }

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