Html Css Color HEX #F09028 Carrot Orange

📋 copy color: '#F09028'

red 240 ◦ green 144 ◦ blue 40

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

Shades of Carrot Orange #F09028

Tints of Carrot Orange #F09028

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.96%

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

R = 56.6%
G = 33.96%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F09028 (or 0xF09028) is known color: Carrot Orange. HEX triplet: F0, 90 and 28. RGB value is (240,144,40). Sum of RGB (Red+Green+Blue) = 240+144+40=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F09028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09028 is #0F6FD7. Grayscale: #A1A1A1. Windows color (decimal): -1011672 or 2658544. OLE color: 2658544.

HSL color Cylindrical-coordinate representation of color #F09028: hue angle of 31.2º 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 #F09028 is Cyan = 0, Magento = 0.4, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 144 40 -
CMYK 0 0.4 0.83 0.06
HSL 31.2º 0.87% 0.55% -
HSV(B) 31.2º 0.83% 0.94% -
XYZ 46.29 38.62 7.02 -
YUV 160.85 59.8 184.46 -
System Red Green Blue C M Y K H S L
Decimal 240 144 40 0 0.4 0.83 0.06 31.2 0.87 0.55
Hex F0 90 28 0 28 53 6 1F 57 37
Octal 360 220 50 0 50 123 6 37 127 67
Binary 11110000 10010000 101000 0 101000 1010011 110 11111 1010111 110111

Color Harmonies of #F09028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09028

Black with #F09028

Text Example


Text Example

White with #F09028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09028; }

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

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

background-color css

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

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

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

border-color css

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

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

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