Html Css Color HEX #F08F29 Carrot Orange

📋 copy color: '#F08F29'

red 240 ◦ green 143 ◦ blue 41

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

Shades of Carrot Orange #F08F29

Tints of Carrot Orange #F08F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.67%

R = 56.6%
G = 33.73%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F08F29 (or 0xF08F29) is known color: Carrot Orange. HEX triplet: F0, 8F and 29. RGB value is (240,143,41). Sum of RGB (Red+Green+Blue) = 240+143+41=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08F29 is #0F70D6. Grayscale: #A0A0A0. Windows color (decimal): -1011927 or 2723824. OLE color: 2723824.

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

Color convert

RGB 240 143 41 -
CMYK 0 0.40 0.83 0.06
HSL 30.75º 0.87% 0.55% -
HSV(B) 30.75º 0.83% 0.94% -
XYZ 46.16 38.33 7.06 -
YUV 160.38 60.64 184.79 -
System Red Green Blue C M Y K H S L
Decimal 240 143 41 0 0.40 0.83 0.06 30.75 0.87 0.55
Hex F0 8F 29 0 28 53 6 1F 57 37
Octal 360 217 51 0 50 123 6 37 127 67
Binary 11110000 10001111 101001 0 101000 1010011 110 11111 1010111 110111

Color Harmonies of #F08F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08F29

Black with #F08F29

Text Example


Text Example

White with #F08F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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