Html Css Color HEX #F26953 Burnt Sienna

📋 copy color: '#F26953'

red 242 ◦ green 105 ◦ blue 83

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

Shades of Burnt Sienna #F26953

Tints of Burnt Sienna #F26953

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.42%

 BLUE value IS 83 (32.81% from 255) = 19.3%

R = 56.28%
G = 24.42%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F26953 (or 0xF26953) is known color: Burnt Sienna. HEX triplet: F2, 69 and 53. RGB value is (242,105,83). Sum of RGB (Red+Green+Blue) = 242+105+83=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F26953 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26953 is #0D96AC. Grayscale: #8F8F8F. Windows color (decimal): -890541 or 5466610. OLE color: 5466610.

HSL color Cylindrical-coordinate representation of color #F26953: hue angle of 8.3º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F26953 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 105 83 -
CMYK 0 0.57 0.66 0.05
HSL 8.3º 0.86% 0.64% -
HSV(B) 8.3º 0.66% 0.95% -
XYZ 43.23 29.6 11.62 -
YUV 143.46 93.89 198.29 -
System Red Green Blue C M Y K H S L
Decimal 242 105 83 0 0.57 0.66 0.05 8.3 0.86 0.64
Hex F2 69 53 0 39 42 5 8 56 40
Octal 362 151 123 0 71 102 5 10 126 100
Binary 11110010 1101001 1010011 0 111001 1000010 101 1000 1010110 1000000

Color Harmonies of #F26953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26953

Black with #F26953

Text Example


Text Example

White with #F26953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26953; }

 p { color: rgb(242,105,83); }

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

background-color css

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

 a { background-color: rgb(242,105,83); }

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

border-color css

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

 span { border-color: rgb(242,105,83); }

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