Html Css Color HEX #F05129 Cinnabar

📋 copy color: '#F05129'

red 240 ◦ green 81 ◦ blue 41

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

Shades of Cinnabar #F05129

Tints of Cinnabar #F05129

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.38%

 BLUE value IS 41 (16.41% from 255) = 11.33%

R = 66.3%
G = 22.38%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F05129 (or 0xF05129) is known color: Cinnabar. HEX triplet: F0, 51 and 29. RGB value is (240,81,41). Sum of RGB (Red+Green+Blue) = 240+81+41=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F05129 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05129 is #0FAED6. Grayscale: #7C7C7C. Windows color (decimal): -1027799 or 2707952. OLE color: 2707952.

HSL color Cylindrical-coordinate representation of color #F05129: hue angle of 12.06º 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 #F05129 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 81 41 -
CMYK 0 0.66 0.83 0.06
HSL 12.06º 0.87% 0.55% -
HSV(B) 12.06º 0.83% 0.94% -
XYZ 39.28 24.57 4.77 -
YUV 123.98 81.18 210.75 -
System Red Green Blue C M Y K H S L
Decimal 240 81 41 0 0.66 0.83 0.06 12.06 0.87 0.55
Hex F0 51 29 0 42 53 6 C 57 37
Octal 360 121 51 0 102 123 6 14 127 67
Binary 11110000 1010001 101001 0 1000010 1010011 110 1100 1010111 110111

Color Harmonies of #F05129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05129

Black with #F05129

Text Example


Text Example

White with #F05129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05129; }

 p { color: rgb(240,81,41); }

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

background-color css

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

 a { background-color: rgb(240,81,41); }

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

border-color css

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

 span { border-color: rgb(240,81,41); }

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