Html Css Color HEX #F26927 Burnt Orange

📋 copy color: '#F26927'

red 242 ◦ green 105 ◦ blue 39

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

Shades of Burnt Orange #F26927

Tints of Burnt Orange #F26927

RGB

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

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

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

R = 62.69%
G = 27.2%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F26927 (or 0xF26927) is known color: Burnt Orange. HEX triplet: F2, 69 and 27. RGB value is (242,105,39). Sum of RGB (Red+Green+Blue) = 242+105+39=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F26927 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26927 is #0D96D8. Grayscale: #8A8A8A. Windows color (decimal): -890585 or 2583026. OLE color: 2583026.

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

Color convert

RGB 242 105 39 -
CMYK 0 0.57 0.84 0.05
HSL 19.51º 0.89% 0.55% -
HSV(B) 19.51º 0.84% 0.95% -
XYZ 42.04 29.13 5.33 -
YUV 138.44 71.89 201.87 -
System Red Green Blue C M Y K H S L
Decimal 242 105 39 0 0.57 0.84 0.05 19.51 0.89 0.55
Hex F2 69 27 0 39 54 5 14 59 37
Octal 362 151 47 0 71 124 5 24 131 67
Binary 11110010 1101001 100111 0 111001 1010100 101 10100 1011001 110111

Color Harmonies of #F26927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26927

Black with #F26927

Text Example


Text Example

White with #F26927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26927; }

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

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

background-color css

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

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

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

border-color css

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

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

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