Html Css Color HEX #F0821C Carrot Orange

📋 copy color: '#F0821C'

red 240 ◦ green 130 ◦ blue 28

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

Shades of Carrot Orange #F0821C

Tints of Carrot Orange #F0821C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.66%

 BLUE value IS 28 (11.33% from 255) = 7.04%

R = 60.3%
G = 32.66%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0821C (or 0xF0821C) is known color: Carrot Orange. HEX triplet: F0, 82 and 1C. RGB value is (240,130,28). Sum of RGB (Red+Green+Blue) = 240+130+28=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F0821C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0821C is #0F7DE3. Grayscale: #979797. Windows color (decimal): -1015268 or 1868528. OLE color: 1868528.

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

Color convert

RGB 240 130 28 -
CMYK 0 0.46 0.88 0.06
HSL 28.87º 0.88% 0.53% -
HSV(B) 28.87º 0.88% 0.94% -
XYZ 44.13 34.57 5.45 -
YUV 151.26 58.44 191.29 -
System Red Green Blue C M Y K H S L
Decimal 240 130 28 0 0.46 0.88 0.06 28.87 0.88 0.53
Hex F0 82 1C 0 2E 58 6 1D 58 35
Octal 360 202 34 0 56 130 6 35 130 65
Binary 11110000 10000010 11100 0 101110 1011000 110 11101 1011000 110101

Color Harmonies of #F0821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0821C

Black with #F0821C

Text Example


Text Example

White with #F0821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0821C; }

 p { color: rgb(240,130,28); }

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

background-color css

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

 a { background-color: rgb(240,130,28); }

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

border-color css

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

 span { border-color: rgb(240,130,28); }

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