Html Css Color HEX #F04628 Cinnabar

📋 copy color: '#F04628'

red 240 ◦ green 70 ◦ blue 40

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

Shades of Cinnabar #F04628

Tints of Cinnabar #F04628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.43%

R = 68.57%
G = 20%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F04628 (or 0xF04628) is known color: Cinnabar. HEX triplet: F0, 46 and 28. RGB value is (240,70,40). Sum of RGB (Red+Green+Blue) = 240+70+40=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F04628 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04628 is #0FB9D7. Grayscale: #757575. Windows color (decimal): -1030616 or 2639600. OLE color: 2639600.

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

Color convert

RGB 240 70 40 -
CMYK 0 0.71 0.83 0.06
HSL 0.87% 0.55% -
HSV(B) 0.83% 0.94% -
XYZ 38.51 23.06 4.43 -
YUV 117.41 84.32 215.44 -
System Red Green Blue C M Y K H S L
Decimal 240 70 40 0 0.71 0.83 0.06 9 0.87 0.55
Hex F0 46 28 0 47 53 6 9 57 37
Octal 360 106 50 0 107 123 6 11 127 67
Binary 11110000 1000110 101000 0 1000111 1010011 110 1001 1010111 110111

Color Harmonies of #F04628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04628

Black with #F04628

Text Example


Text Example

White with #F04628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04628; }

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

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

background-color css

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

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

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

border-color css

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

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

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