Html Css Color HEX #F04E2B Cinnabar

📋 copy color: '#F04E2B'

red 240 ◦ green 78 ◦ blue 43

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

Shades of Cinnabar #F04E2B

Tints of Cinnabar #F04E2B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.61%

 BLUE value IS 43 (17.19% from 255) = 11.91%

R = 66.48%
G = 21.61%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F04E2B (or 0xF04E2B) is known color: Cinnabar. HEX triplet: F0, 4E and 2B. RGB value is (240,78,43). Sum of RGB (Red+Green+Blue) = 240+78+43=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04E2B is #0FB1D4. Grayscale: #7A7A7A. Windows color (decimal): -1028565 or 2838256. OLE color: 2838256.

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

Color convert

RGB 240 78 43 -
CMYK 0 0.68 0.82 0.06
HSL 10.66º 0.87% 0.55% -
HSV(B) 10.66º 0.82% 0.94% -
XYZ 39.1 24.15 4.89 -
YUV 122.45 83.17 211.85 -
System Red Green Blue C M Y K H S L
Decimal 240 78 43 0 0.68 0.82 0.06 10.66 0.87 0.55
Hex F0 4E 2B 0 44 52 6 B 57 37
Octal 360 116 53 0 104 122 6 13 127 67
Binary 11110000 1001110 101011 0 1000100 1010010 110 1011 1010111 110111

Color Harmonies of #F04E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04E2B

Black with #F04E2B

Text Example


Text Example

White with #F04E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04E2B; }

 p { color: rgb(240,78,43); }

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

background-color css

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

 a { background-color: rgb(240,78,43); }

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

border-color css

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

 span { border-color: rgb(240,78,43); }

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