Html Css Color HEX #F0921D Carrot Orange

📋 copy color: '#F0921D'

red 240 ◦ green 146 ◦ blue 29

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

Shades of Carrot Orange #F0921D

Tints of Carrot Orange #F0921D

RGB

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

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

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

R = 57.83%
G = 35.18%
B = 6.99%

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

#F0921D (or 0xF0921D) is known color: Carrot Orange. HEX triplet: F0, 92 and 1D. RGB value is (240,146,29). Sum of RGB (Red+Green+Blue) = 240+146+29=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0921D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0921D is #0F6DE2. Grayscale: #A1A1A1. Windows color (decimal): -1011171 or 1938160. OLE color: 1938160.

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

Color convert

RGB 240 146 29 -
CMYK 0 0.39 0.88 0.06
HSL 33.27º 0.88% 0.53% -
HSV(B) 33.27º 0.88% 0.94% -
XYZ 46.44 39.17 6.28 -
YUV 160.77 53.64 184.51 -
System Red Green Blue C M Y K H S L
Decimal 240 146 29 0 0.39 0.88 0.06 33.27 0.88 0.53
Hex F0 92 1D 0 27 58 6 21 58 35
Octal 360 222 35 0 47 130 6 41 130 65
Binary 11110000 10010010 11101 0 100111 1011000 110 100001 1011000 110101

Color Harmonies of #F0921D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0921D

Black with #F0921D

Text Example


Text Example

White with #F0921D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0921D; }

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

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

background-color css

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

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

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

border-color css

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

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

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