Html Css Color HEX #F08B25 Carrot Orange

📋 copy color: '#F08B25'

red 240 ◦ green 139 ◦ blue 37

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

Shades of Carrot Orange #F08B25

Tints of Carrot Orange #F08B25

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.41%

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

R = 57.69%
G = 33.41%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F08B25 (or 0xF08B25) is known color: Carrot Orange. HEX triplet: F0, 8B and 25. RGB value is (240,139,37). Sum of RGB (Red+Green+Blue) = 240+139+37=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 37 (14.84% from 255 or 8.89% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08B25 is #0F74DA. Grayscale: #9E9E9E. Windows color (decimal): -1012955 or 2460656. OLE color: 2460656.

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

Color convert

RGB 240 139 37 -
CMYK 0 0.42 0.85 0.06
HSL 30.15º 0.87% 0.54% -
HSV(B) 30.15º 0.85% 0.94% -
XYZ 45.5 37.12 6.52 -
YUV 157.57 59.96 186.79 -
System Red Green Blue C M Y K H S L
Decimal 240 139 37 0 0.42 0.85 0.06 30.15 0.87 0.54
Hex F0 8B 25 0 2A 55 6 1E 57 36
Octal 360 213 45 0 52 125 6 36 127 66
Binary 11110000 10001011 100101 0 101010 1010101 110 11110 1010111 110110

Color Harmonies of #F08B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08B25

Black with #F08B25

Text Example


Text Example

White with #F08B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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