Html Css Color HEX #F24628 Cinnabar

📋 copy color: '#F24628'

red 242 ◦ green 70 ◦ blue 40

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

Shades of Cinnabar #F24628

Tints of Cinnabar #F24628

RGB

 RED value IS 242 (94.92% from 255) = 68.75%

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

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

R = 68.75%
G = 19.89%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F24628 (or 0xF24628) is known color: Cinnabar. HEX triplet: F2, 46 and 28. RGB value is (242,70,40). Sum of RGB (Red+Green+Blue) = 242+70+40=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F24628 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24628 is #0DB9D7. Grayscale: #767676. Windows color (decimal): -899544 or 2639602. OLE color: 2639602.

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

Color convert

RGB 242 70 40 -
CMYK 0 0.71 0.83 0.05
HSL 8.91º 0.89% 0.55% -
HSV(B) 8.91º 0.83% 0.95% -
XYZ 39.19 23.41 4.46 -
YUV 118.01 83.98 216.44 -
System Red Green Blue C M Y K H S L
Decimal 242 70 40 0 0.71 0.83 0.05 8.91 0.89 0.55
Hex F2 46 28 0 47 53 5 9 59 37
Octal 362 106 50 0 107 123 5 11 131 67
Binary 11110010 1000110 101000 0 1000111 1010011 101 1001 1011001 110111

Color Harmonies of #F24628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24628

Black with #F24628

Text Example


Text Example

White with #F24628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24628; }

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

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

background-color css

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

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

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

border-color css

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

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

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