Html Css Color HEX #F26734 Burnt Orange

📋 copy color: '#F26734'

red 242 ◦ green 103 ◦ blue 52

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

Shades of Burnt Orange #F26734

Tints of Burnt Orange #F26734

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.94%

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

R = 60.96%
G = 25.94%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F26734 (or 0xF26734) is known color: Burnt Orange. HEX triplet: F2, 67 and 34. RGB value is (242,103,52). Sum of RGB (Red+Green+Blue) = 242+103+52=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F26734 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26734 is #0D98CB. Grayscale: #8B8B8B. Windows color (decimal): -891084 or 3434482. OLE color: 3434482.

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

Color convert

RGB 242 103 52 -
CMYK 0 0.57 0.79 0.05
HSL 16.11º 0.88% 0.58% -
HSV(B) 16.11º 0.79% 0.95% -
XYZ 42.09 28.83 6.59 -
YUV 138.75 79.05 201.65 -
System Red Green Blue C M Y K H S L
Decimal 242 103 52 0 0.57 0.79 0.05 16.11 0.88 0.58
Hex F2 67 34 0 39 4F 5 10 58 3A
Octal 362 147 64 0 71 117 5 20 130 72
Binary 11110010 1100111 110100 0 111001 1001111 101 10000 1011000 111010

Color Harmonies of #F26734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26734

Black with #F26734

Text Example


Text Example

White with #F26734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26734; }

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

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

background-color css

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

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

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

border-color css

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

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

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