Html Css Color HEX #F0901D Carrot Orange

📋 copy color: '#F0901D'

red 240 ◦ green 144 ◦ blue 29

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

Shades of Carrot Orange #F0901D

Tints of Carrot Orange #F0901D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.87%

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

R = 58.11%
G = 34.87%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0901D (or 0xF0901D) is known color: Carrot Orange. HEX triplet: F0, 90 and 1D. RGB value is (240,144,29). Sum of RGB (Red+Green+Blue) = 240+144+29=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 29 (11.72% from 255 or 7.02% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F0901D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0901D is #0F6FE2. Grayscale: #A0A0A0. Windows color (decimal): -1011683 or 1937648. OLE color: 1937648.

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

Color convert

RGB 240 144 29 -
CMYK 0 0.4 0.88 0.06
HSL 32.7º 0.88% 0.53% -
HSV(B) 32.7º 0.88% 0.94% -
XYZ 46.13 38.56 6.17 -
YUV 159.59 54.3 185.35 -
System Red Green Blue C M Y K H S L
Decimal 240 144 29 0 0.4 0.88 0.06 32.7 0.88 0.53
Hex F0 90 1D 0 28 58 6 21 58 35
Octal 360 220 35 0 50 130 6 41 130 65
Binary 11110000 10010000 11101 0 101000 1011000 110 100001 1011000 110101

Color Harmonies of #F0901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0901D

Black with #F0901D

Text Example


Text Example

White with #F0901D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0901D; }

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

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

background-color css

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

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

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

border-color css

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

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

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