Html Css Color HEX #F09227 Carrot Orange

📋 copy color: '#F09227'

red 240 ◦ green 146 ◦ blue 39

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

Shades of Carrot Orange #F09227

Tints of Carrot Orange #F09227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.18%

R = 56.47%
G = 34.35%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F09227 (or 0xF09227) is known color: Carrot Orange. HEX triplet: F0, 92 and 27. RGB value is (240,146,39). Sum of RGB (Red+Green+Blue) = 240+146+39=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 39 (15.62% from 255 or 9.18% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F09227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09227 is #0F6DD8. Grayscale: #A2A2A2. Windows color (decimal): -1011161 or 2593520. OLE color: 2593520.

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

Color convert

RGB 240 146 39 -
CMYK 0 0.39 0.84 0.06
HSL 31.94º 0.87% 0.55% -
HSV(B) 31.94º 0.84% 0.94% -
XYZ 46.58 39.23 7.04 -
YUV 161.91 58.64 183.7 -
System Red Green Blue C M Y K H S L
Decimal 240 146 39 0 0.39 0.84 0.06 31.94 0.87 0.55
Hex F0 92 27 0 27 54 6 20 57 37
Octal 360 222 47 0 47 124 6 40 127 67
Binary 11110000 10010010 100111 0 100111 1010100 110 100000 1010111 110111

Color Harmonies of #F09227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09227

Black with #F09227

Text Example


Text Example

White with #F09227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09227; }

 p { color: rgb(240,146,39); }

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

background-color css

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

 a { background-color: rgb(240,146,39); }

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

border-color css

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

 span { border-color: rgb(240,146,39); }

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