Html Css Color HEX #F08F1D Carrot Orange

📋 copy color: '#F08F1D'

red 240 ◦ green 143 ◦ blue 29

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

Shades of Carrot Orange #F08F1D

Tints of Carrot Orange #F08F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.04%

R = 58.25%
G = 34.71%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F08F1D (or 0xF08F1D) is known color: Carrot Orange. HEX triplet: F0, 8F and 1D. RGB value is (240,143,29). Sum of RGB (Red+Green+Blue) = 240+143+29=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08F1D is #0F70E2. Grayscale: #9F9F9F. Windows color (decimal): -1011939 or 1937392. OLE color: 1937392.

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

Color convert

RGB 240 143 29 -
CMYK 0 0.40 0.88 0.06
HSL 32.42º 0.88% 0.53% -
HSV(B) 32.42º 0.88% 0.94% -
XYZ 45.98 38.26 6.12 -
YUV 159.01 54.64 185.77 -
System Red Green Blue C M Y K H S L
Decimal 240 143 29 0 0.40 0.88 0.06 32.42 0.88 0.53
Hex F0 8F 1D 0 28 58 6 20 58 35
Octal 360 217 35 0 50 130 6 40 130 65
Binary 11110000 10001111 11101 0 101000 1011000 110 100000 1011000 110101

Color Harmonies of #F08F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08F1D

Black with #F08F1D

Text Example


Text Example

White with #F08F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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