Html Css Color HEX #F89425 Carrot Orange

📋 copy color: '#F89425'

red 248 ◦ green 148 ◦ blue 37

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

Shades of Carrot Orange #F89425

Tints of Carrot Orange #F89425

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.18%

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

R = 57.27%
G = 34.18%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F89425 (or 0xF89425) is known color: Carrot Orange. HEX triplet: F8, 94 and 25. RGB value is (248,148,37). Sum of RGB (Red+Green+Blue) = 248+148+37=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 37 (14.84% from 255 or 8.55% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F89425 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89425 is #076BDA. Grayscale: #A5A5A5. Windows color (decimal): -486363 or 2462968. OLE color: 2462968.

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

Color convert

RGB 248 148 37 -
CMYK 0 0.40 0.85 0.03
HSL 31.56º 0.94% 0.56% -
HSV(B) 31.56º 0.85% 0.97% -
XYZ 49.64 41.27 7.1 -
YUV 165.25 55.63 187.03 -
System Red Green Blue C M Y K H S L
Decimal 248 148 37 0 0.40 0.85 0.03 31.56 0.94 0.56
Hex F8 94 25 0 28 55 3 20 5E 38
Octal 370 224 45 0 50 125 3 40 136 70
Binary 11111000 10010100 100101 0 101000 1010101 11 100000 1011110 111000

Color Harmonies of #F89425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89425

Black with #F89425

Text Example


Text Example

White with #F89425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89425; }

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

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

background-color css

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

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

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

border-color css

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

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

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