Html Css Color HEX #F08F25 Carrot Orange

📋 copy color: '#F08F25'

red 240 ◦ green 143 ◦ blue 37

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

Shades of Carrot Orange #F08F25

Tints of Carrot Orange #F08F25

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.05%

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

R = 57.14%
G = 34.05%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F08F25 (or 0xF08F25) is known color: Carrot Orange. HEX triplet: F0, 8F and 25. RGB value is (240,143,37). Sum of RGB (Red+Green+Blue) = 240+143+37=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08F25 is #0F70DA. Grayscale: #A0A0A0. Windows color (decimal): -1011931 or 2461680. OLE color: 2461680.

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

Color convert

RGB 240 143 37 -
CMYK 0 0.40 0.85 0.06
HSL 31.33º 0.87% 0.54% -
HSV(B) 31.33º 0.85% 0.94% -
XYZ 46.09 38.3 6.71 -
YUV 159.92 58.64 185.12 -
System Red Green Blue C M Y K H S L
Decimal 240 143 37 0 0.40 0.85 0.06 31.33 0.87 0.54
Hex F0 8F 25 0 28 55 6 1F 57 36
Octal 360 217 45 0 50 125 6 37 127 66
Binary 11110000 10001111 100101 0 101000 1010101 110 11111 1010111 110110

Color Harmonies of #F08F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08F25

Black with #F08F25

Text Example


Text Example

White with #F08F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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