Html Css Color HEX #F0921C Carrot Orange

📋 copy color: '#F0921C'

red 240 ◦ green 146 ◦ blue 28

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

Shades of Carrot Orange #F0921C

Tints of Carrot Orange #F0921C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.27%

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

R = 57.97%
G = 35.27%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0921C (or 0xF0921C) is known color: Carrot Orange. HEX triplet: F0, 92 and 1C. RGB value is (240,146,28). Sum of RGB (Red+Green+Blue) = 240+146+28=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0921C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0921C is #0F6DE3. Grayscale: #A1A1A1. Windows color (decimal): -1011172 or 1872624. OLE color: 1872624.

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

Color convert

RGB 240 146 28 -
CMYK 0 0.39 0.88 0.06
HSL 33.4º 0.88% 0.53% -
HSV(B) 33.4º 0.88% 0.94% -
XYZ 46.42 39.17 6.21 -
YUV 160.65 53.14 184.59 -
System Red Green Blue C M Y K H S L
Decimal 240 146 28 0 0.39 0.88 0.06 33.4 0.88 0.53
Hex F0 92 1C 0 27 58 6 21 58 35
Octal 360 222 34 0 47 130 6 41 130 65
Binary 11110000 10010010 11100 0 100111 1011000 110 100001 1011000 110101

Color Harmonies of #F0921C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0921C

Black with #F0921C

Text Example


Text Example

White with #F0921C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0921C; }

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

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

background-color css

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

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

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

border-color css

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

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

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