Html Css Color HEX #F0801D Carrot Orange

📋 copy color: '#F0801D'

red 240 ◦ green 128 ◦ blue 29

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

Shades of Carrot Orange #F0801D

Tints of Carrot Orange #F0801D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.24%

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

R = 60.45%
G = 32.24%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0801D (or 0xF0801D) is known color: Carrot Orange. HEX triplet: F0, 80 and 1D. RGB value is (240,128,29). Sum of RGB (Red+Green+Blue) = 240+128+29=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0801D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0801D is #0F7FE2. Grayscale: #969696. Windows color (decimal): -1015779 or 1933552. OLE color: 1933552.

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

Color convert

RGB 240 128 29 -
CMYK 0 0.47 0.88 0.06
HSL 28.15º 0.88% 0.53% -
HSV(B) 28.15º 0.88% 0.94% -
XYZ 43.88 34.05 5.42 -
YUV 150.2 59.61 192.05 -
System Red Green Blue C M Y K H S L
Decimal 240 128 29 0 0.47 0.88 0.06 28.15 0.88 0.53
Hex F0 80 1D 0 2F 58 6 1C 58 35
Octal 360 200 35 0 57 130 6 34 130 65
Binary 11110000 10000000 11101 0 101111 1011000 110 11100 1011000 110101

Color Harmonies of #F0801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0801D

Black with #F0801D

Text Example


Text Example

White with #F0801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0801D; }

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

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

background-color css

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

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

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

border-color css

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

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

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