Html Css Color HEX #F89314 Carrot Orange

📋 copy color: '#F89314'

red 248 ◦ green 147 ◦ blue 20

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

Shades of Carrot Orange #F89314

Tints of Carrot Orange #F89314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.82%

R = 59.76%
G = 35.42%
B = 4.82%

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

#F89314 (or 0xF89314) is known color: Carrot Orange. HEX triplet: F8, 93 and 14. RGB value is (248,147,20). Sum of RGB (Red+Green+Blue) = 248+147+20=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F89314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89314 is #076CEB. Grayscale: #A3A3A3. Windows color (decimal): -486636 or 1348600. OLE color: 1348600.

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

Color convert

RGB 248 147 20 -
CMYK 0 0.41 0.92 0.03
HSL 33.42º 0.94% 0.53% -
HSV(B) 33.42º 0.92% 0.97% -
XYZ 49.27 40.87 5.95 -
YUV 162.72 47.46 188.83 -
System Red Green Blue C M Y K H S L
Decimal 248 147 20 0 0.41 0.92 0.03 33.42 0.94 0.53
Hex F8 93 14 0 29 5C 3 21 5E 35
Octal 370 223 24 0 51 134 3 41 136 65
Binary 11111000 10010011 10100 0 101001 1011100 11 100001 1011110 110101

Color Harmonies of #F89314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89314

Black with #F89314

Text Example


Text Example

White with #F89314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89314; }

 p { color: rgb(248,147,20); }

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

background-color css

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

 a { background-color: rgb(248,147,20); }

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

border-color css

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

 span { border-color: rgb(248,147,20); }

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