Html Css Color HEX #F0921F Carrot Orange

📋 copy color: '#F0921F'

red 240 ◦ green 146 ◦ blue 31

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

Shades of Carrot Orange #F0921F

Tints of Carrot Orange #F0921F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.43%

R = 57.55%
G = 35.01%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0921F (or 0xF0921F) is known color: Carrot Orange. HEX triplet: F0, 92 and 1F. RGB value is (240,146,31). Sum of RGB (Red+Green+Blue) = 240+146+31=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0921F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0921F is #0F6DE0. Grayscale: #A1A1A1. Windows color (decimal): -1011169 or 2069232. OLE color: 2069232.

HSL color Cylindrical-coordinate representation of color #F0921F: hue angle of 33.01º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0921F is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 146 31 -
CMYK 0 0.39 0.87 0.06
HSL 33.01º 0.87% 0.53% -
HSV(B) 33.01º 0.87% 0.94% -
XYZ 46.46 39.18 6.41 -
YUV 161 54.64 184.35 -
System Red Green Blue C M Y K H S L
Decimal 240 146 31 0 0.39 0.87 0.06 33.01 0.87 0.53
Hex F0 92 1F 0 27 57 6 21 57 35
Octal 360 222 37 0 47 127 6 41 127 65
Binary 11110000 10010010 11111 0 100111 1010111 110 100001 1010111 110101

Color Harmonies of #F0921F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0921F

Black with #F0921F

Text Example


Text Example

White with #F0921F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0921F; }

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

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

background-color css

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

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

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

border-color css

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

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

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