Html Css Color HEX #F89225 Carrot Orange

📋 copy color: '#F89225'

red 248 ◦ green 146 ◦ blue 37

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

Shades of Carrot Orange #F89225

Tints of Carrot Orange #F89225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.58%

R = 57.54%
G = 33.87%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F89225 (or 0xF89225) is known color: Carrot Orange. HEX triplet: F8, 92 and 25. RGB value is (248,146,37). Sum of RGB (Red+Green+Blue) = 248+146+37=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 37 (14.84% from 255 or 8.58% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F89225 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89225 is #076DDA. Grayscale: #A4A4A4. Windows color (decimal): -486875 or 2462456. OLE color: 2462456.

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

Color convert

RGB 248 146 37 -
CMYK 0 0.41 0.85 0.03
HSL 31º 0.94% 0.56% -
HSV(B) 31º 0.85% 0.97% -
XYZ 49.32 40.65 7 -
YUV 164.07 56.29 187.86 -
System Red Green Blue C M Y K H S L
Decimal 248 146 37 0 0.41 0.85 0.03 31 0.94 0.56
Hex F8 92 25 0 29 55 3 1F 5E 38
Octal 370 222 45 0 51 125 3 37 136 70
Binary 11111000 10010010 100101 0 101001 1010101 11 11111 1011110 111000

Color Harmonies of #F89225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89225

Black with #F89225

Text Example


Text Example

White with #F89225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89225; }

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

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

background-color css

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

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

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

border-color css

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

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

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