Html Css Color HEX #F26627 Burnt Orange

📋 copy color: '#F26627'

red 242 ◦ green 102 ◦ blue 39

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

Shades of Burnt Orange #F26627

Tints of Burnt Orange #F26627

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.63%

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

R = 63.19%
G = 26.63%
B = 10.18%

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

#F26627 (or 0xF26627) is known color: Burnt Orange. HEX triplet: F2, 66 and 27. RGB value is (242,102,39). Sum of RGB (Red+Green+Blue) = 242+102+39=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F26627 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26627 is #0D99D8. Grayscale: #898989. Windows color (decimal): -891353 or 2582258. OLE color: 2582258.

HSL color Cylindrical-coordinate representation of color #F26627: hue angle of 18.62º 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 #F26627 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 102 39 -
CMYK 0 0.58 0.84 0.05
HSL 18.62º 0.89% 0.55% -
HSV(B) 18.62º 0.84% 0.95% -
XYZ 41.74 28.53 5.23 -
YUV 136.68 72.88 203.12 -
System Red Green Blue C M Y K H S L
Decimal 242 102 39 0 0.58 0.84 0.05 18.62 0.89 0.55
Hex F2 66 27 0 3A 54 5 13 59 37
Octal 362 146 47 0 72 124 5 23 131 67
Binary 11110010 1100110 100111 0 111010 1010100 101 10011 1011001 110111

Color Harmonies of #F26627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26627

Black with #F26627

Text Example


Text Example

White with #F26627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26627; }

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

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

background-color css

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

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

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

border-color css

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

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

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