Html Css Color HEX #F0A21D Carrot Orange

📋 copy color: '#F0A21D'

red 240 ◦ green 162 ◦ blue 29

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

Shades of Carrot Orange #F0A21D

Tints of Carrot Orange #F0A21D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.59%

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

R = 55.68%
G = 37.59%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0A21D (or 0xF0A21D) is known color: Carrot Orange. HEX triplet: F0, A2 and 1D. RGB value is (240,162,29). Sum of RGB (Red+Green+Blue) = 240+162+29=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A21D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A21D is #0F5DE2. Grayscale: #AAAAAA. Windows color (decimal): -1007075 or 1942256. OLE color: 1942256.

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

Color convert

RGB 240 162 29 -
CMYK 0 0.32 0.88 0.06
HSL 37.82º 0.88% 0.53% -
HSV(B) 37.82º 0.88% 0.94% -
XYZ 49.08 44.45 7.16 -
YUV 170.16 48.34 177.81 -
System Red Green Blue C M Y K H S L
Decimal 240 162 29 0 0.32 0.88 0.06 37.82 0.88 0.53
Hex F0 A2 1D 0 20 58 6 26 58 35
Octal 360 242 35 0 40 130 6 46 130 65
Binary 11110000 10100010 11101 0 100000 1011000 110 100110 1011000 110101

Color Harmonies of #F0A21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A21D

Black with #F0A21D

Text Example


Text Example

White with #F0A21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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