Html Css Color HEX #F26527 Burnt Orange

📋 copy color: '#F26527'

red 242 ◦ green 101 ◦ blue 39

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

Shades of Burnt Orange #F26527

Tints of Burnt Orange #F26527

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.44%

 BLUE value IS 39 (15.63% from 255) = 10.21%

R = 63.35%
G = 26.44%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F26527 (or 0xF26527) is known color: Burnt Orange. HEX triplet: F2, 65 and 27. RGB value is (242,101,39). Sum of RGB (Red+Green+Blue) = 242+101+39=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 39 (15.62% from 255 or 10.21% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F26527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26527 is #0D9AD8. Grayscale: #888888. Windows color (decimal): -891609 or 2582002. OLE color: 2582002.

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

Color convert

RGB 242 101 39 -
CMYK 0 0.58 0.84 0.05
HSL 18.33º 0.89% 0.55% -
HSV(B) 18.33º 0.84% 0.95% -
XYZ 41.64 28.33 5.19 -
YUV 136.09 73.21 203.54 -
System Red Green Blue C M Y K H S L
Decimal 242 101 39 0 0.58 0.84 0.05 18.33 0.89 0.55
Hex F2 65 27 0 3A 54 5 12 59 37
Octal 362 145 47 0 72 124 5 22 131 67
Binary 11110010 1100101 100111 0 111010 1010100 101 10010 1011001 110111

Color Harmonies of #F26527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26527

Black with #F26527

Text Example


Text Example

White with #F26527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26527; }

 p { color: rgb(242,101,39); }

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

background-color css

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

 a { background-color: rgb(242,101,39); }

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

border-color css

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

 span { border-color: rgb(242,101,39); }

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