Html Css Color HEX #F0922C Carrot Orange

📋 copy color: '#F0922C'

red 240 ◦ green 146 ◦ blue 44

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

Shades of Carrot Orange #F0922C

Tints of Carrot Orange #F0922C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.23%

R = 55.81%
G = 33.95%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0922C (or 0xF0922C) is known color: Carrot Orange. HEX triplet: F0, 92 and 2C. RGB value is (240,146,44). Sum of RGB (Red+Green+Blue) = 240+146+44=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0922C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0922C is #0F6DD3. Grayscale: #A2A2A2. Windows color (decimal): -1011156 or 2921200. OLE color: 2921200.

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

Color convert

RGB 240 146 44 -
CMYK 0 0.39 0.82 0.06
HSL 31.22º 0.87% 0.56% -
HSV(B) 31.22º 0.82% 0.94% -
XYZ 46.67 39.26 7.5 -
YUV 162.48 61.14 183.29 -
System Red Green Blue C M Y K H S L
Decimal 240 146 44 0 0.39 0.82 0.06 31.22 0.87 0.56
Hex F0 92 2C 0 27 52 6 1F 57 38
Octal 360 222 54 0 47 122 6 37 127 70
Binary 11110000 10010010 101100 0 100111 1010010 110 11111 1010111 111000

Color Harmonies of #F0922C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0922C

Black with #F0922C

Text Example


Text Example

White with #F0922C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0922C; }

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

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

background-color css

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

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

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

border-color css

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

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

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