Html Css Color HEX #F26F34 Burnt Orange

📋 copy color: '#F26F34'

red 242 ◦ green 111 ◦ blue 52

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

Shades of Burnt Orange #F26F34

Tints of Burnt Orange #F26F34

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.41%

 BLUE value IS 52 (20.7% from 255) = 12.84%

R = 59.75%
G = 27.41%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F26F34 (or 0xF26F34) is known color: Burnt Orange. HEX triplet: F2, 6F and 34. RGB value is (242,111,52). Sum of RGB (Red+Green+Blue) = 242+111+52=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26F34 is #0D90CB. Grayscale: #8F8F8F. Windows color (decimal): -889036 or 3436530. OLE color: 3436530.

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

Color convert

RGB 242 111 52 -
CMYK 0 0.54 0.79 0.05
HSL 18.63º 0.88% 0.58% -
HSV(B) 18.63º 0.79% 0.95% -
XYZ 42.92 30.49 6.87 -
YUV 143.44 76.4 198.3 -
System Red Green Blue C M Y K H S L
Decimal 242 111 52 0 0.54 0.79 0.05 18.63 0.88 0.58
Hex F2 6F 34 0 36 4F 5 13 58 3A
Octal 362 157 64 0 66 117 5 23 130 72
Binary 11110010 1101111 110100 0 110110 1001111 101 10011 1011000 111010

Color Harmonies of #F26F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26F34

Black with #F26F34

Text Example


Text Example

White with #F26F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26F34; }

 p { color: rgb(242,111,52); }

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

background-color css

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

 a { background-color: rgb(242,111,52); }

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

border-color css

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

 span { border-color: rgb(242,111,52); }

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