Html Css Color HEX #F08125 Carrot Orange

📋 copy color: '#F08125'

red 240 ◦ green 129 ◦ blue 37

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

Shades of Carrot Orange #F08125

Tints of Carrot Orange #F08125

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.77%

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

R = 59.11%
G = 31.77%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F08125 (or 0xF08125) is known color: Carrot Orange. HEX triplet: F0, 81 and 25. RGB value is (240,129,37). Sum of RGB (Red+Green+Blue) = 240+129+37=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F08125 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08125 is #0F7EDA. Grayscale: #989898. Windows color (decimal): -1015515 or 2458096. OLE color: 2458096.

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

Color convert

RGB 240 129 37 -
CMYK 0 0.46 0.85 0.06
HSL 27.19º 0.87% 0.54% -
HSV(B) 27.19º 0.85% 0.94% -
XYZ 44.12 34.36 6.06 -
YUV 151.7 63.27 190.98 -
System Red Green Blue C M Y K H S L
Decimal 240 129 37 0 0.46 0.85 0.06 27.19 0.87 0.54
Hex F0 81 25 0 2E 55 6 1B 57 36
Octal 360 201 45 0 56 125 6 33 127 66
Binary 11110000 10000001 100101 0 101110 1010101 110 11011 1010111 110110

Color Harmonies of #F08125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08125

Black with #F08125

Text Example


Text Example

White with #F08125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08125; }

 p { color: rgb(240,129,37); }

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

background-color css

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

 a { background-color: rgb(240,129,37); }

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

border-color css

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

 span { border-color: rgb(240,129,37); }

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