Html Css Color HEX #F09127 Carrot Orange

📋 copy color: '#F09127'

red 240 ◦ green 145 ◦ blue 39

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

Shades of Carrot Orange #F09127

Tints of Carrot Orange #F09127

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.2%

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

R = 56.6%
G = 34.2%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F09127 (or 0xF09127) is known color: Carrot Orange. HEX triplet: F0, 91 and 27. RGB value is (240,145,39). Sum of RGB (Red+Green+Blue) = 240+145+39=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 39 (15.62% from 255 or 9.20% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F09127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09127 is #0F6ED8. Grayscale: #A1A1A1. Windows color (decimal): -1011417 or 2593264. OLE color: 2593264.

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

Color convert

RGB 240 145 39 -
CMYK 0 0.40 0.84 0.06
HSL 31.64º 0.87% 0.55% -
HSV(B) 31.64º 0.84% 0.94% -
XYZ 46.43 38.92 6.99 -
YUV 161.32 58.97 184.12 -
System Red Green Blue C M Y K H S L
Decimal 240 145 39 0 0.40 0.84 0.06 31.64 0.87 0.55
Hex F0 91 27 0 28 54 6 20 57 37
Octal 360 221 47 0 50 124 6 40 127 67
Binary 11110000 10010001 100111 0 101000 1010100 110 100000 1010111 110111

Color Harmonies of #F09127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09127

Black with #F09127

Text Example


Text Example

White with #F09127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09127; }

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

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

background-color css

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

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

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

border-color css

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

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

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