Html Css Color HEX #F04626 Cinnabar

📋 copy color: '#F04626'

red 240 ◦ green 70 ◦ blue 38

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

Shades of Cinnabar #F04626

Tints of Cinnabar #F04626

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.11%

 BLUE value IS 38 (15.23% from 255) = 10.92%

R = 68.97%
G = 20.11%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F04626 (or 0xF04626) is known color: Cinnabar. HEX triplet: F0, 46 and 26. RGB value is (240,70,38). Sum of RGB (Red+Green+Blue) = 240+70+38=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F04626 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04626 is #0FB9D9. Grayscale: #757575. Windows color (decimal): -1030618 or 2508528. OLE color: 2508528.

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

Color convert

RGB 240 70 38 -
CMYK 0 0.71 0.84 0.06
HSL 9.5º 0.87% 0.55% -
HSV(B) 9.5º 0.84% 0.94% -
XYZ 38.48 23.05 4.25 -
YUV 117.18 83.32 215.6 -
System Red Green Blue C M Y K H S L
Decimal 240 70 38 0 0.71 0.84 0.06 9.5 0.87 0.55
Hex F0 46 26 0 47 54 6 A 57 37
Octal 360 106 46 0 107 124 6 12 127 67
Binary 11110000 1000110 100110 0 1000111 1010100 110 1010 1010111 110111

Color Harmonies of #F04626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04626

Black with #F04626

Text Example


Text Example

White with #F04626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04626; }

 p { color: rgb(240,70,38); }

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

background-color css

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

 a { background-color: rgb(240,70,38); }

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

border-color css

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

 span { border-color: rgb(240,70,38); }

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