Html Css Color HEX #F08428 Carrot Orange

📋 copy color: '#F08428'

red 240 ◦ green 132 ◦ blue 40

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

Shades of Carrot Orange #F08428

Tints of Carrot Orange #F08428

RGB

 RED value IS 240 (94.14% from 255) = 58.25%

 GREEN value IS 132 (51.95% from 255) = 32.04%

 BLUE value IS 40 (16.02% from 255) = 9.71%

R = 58.25%
G = 32.04%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F08428 (or 0xF08428) is known color: Carrot Orange. HEX triplet: F0, 84 and 28. RGB value is (240,132,40). Sum of RGB (Red+Green+Blue) = 240+132+40=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 40 (16.02% from 255 or 9.71% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F08428 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08428 is #0F7BD7. Grayscale: #9A9A9A. Windows color (decimal): -1014744 or 2655472. OLE color: 2655472.

HSL color Cylindrical-coordinate representation of color #F08428: hue angle of 27.6º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F08428 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 132 40 -
CMYK 0 0.45 0.83 0.06
HSL 27.6º 0.87% 0.55% -
HSV(B) 27.6º 0.83% 0.94% -
XYZ 44.57 35.18 6.45 -
YUV 153.8 63.78 189.48 -
System Red Green Blue C M Y K H S L
Decimal 240 132 40 0 0.45 0.83 0.06 27.6 0.87 0.55
Hex F0 84 28 0 2D 53 6 1C 57 37
Octal 360 204 50 0 55 123 6 34 127 67
Binary 11110000 10000100 101000 0 101101 1010011 110 11100 1010111 110111

Color Harmonies of #F08428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08428

Black with #F08428

Text Example


Text Example

White with #F08428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08428; }

 p { color: rgb(240,132,40); }

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

background-color css

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

 a { background-color: rgb(240,132,40); }

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

border-color css

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

 span { border-color: rgb(240,132,40); }

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