Html Css Color HEX #F0502F Cinnabar

📋 copy color: '#F0502F'

red 240 ◦ green 80 ◦ blue 47

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

Shades of Cinnabar #F0502F

Tints of Cinnabar #F0502F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.8%

 BLUE value IS 47 (18.75% from 255) = 12.81%

R = 65.4%
G = 21.8%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0502F (or 0xF0502F) is known color: Cinnabar. HEX triplet: F0, 50 and 2F. RGB value is (240,80,47). Sum of RGB (Red+Green+Blue) = 240+80+47=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0502F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0502F is #0FAFD0. Grayscale: #7C7C7C. Windows color (decimal): -1028049 or 3100912. OLE color: 3100912.

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

Color convert

RGB 240 80 47 -
CMYK 0 0.67 0.80 0.06
HSL 10.26º 0.87% 0.56% -
HSV(B) 10.26º 0.8% 0.94% -
XYZ 39.32 24.47 5.34 -
YUV 124.08 84.51 210.68 -
System Red Green Blue C M Y K H S L
Decimal 240 80 47 0 0.67 0.80 0.06 10.26 0.87 0.56
Hex F0 50 2F 0 43 50 6 A 57 38
Octal 360 120 57 0 103 120 6 12 127 70
Binary 11110000 1010000 101111 0 1000011 1010000 110 1010 1010111 111000

Color Harmonies of #F0502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0502F

Black with #F0502F

Text Example


Text Example

White with #F0502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0502F; }

 p { color: rgb(240,80,47); }

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

background-color css

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

 a { background-color: rgb(240,80,47); }

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

border-color css

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

 span { border-color: rgb(240,80,47); }

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