Html Css Color HEX #F27A2E Burnt Orange

📋 copy color: '#F27A2E'

red 242 ◦ green 122 ◦ blue 46

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

Shades of Burnt Orange #F27A2E

Tints of Burnt Orange #F27A2E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.76%

 BLUE value IS 46 (18.36% from 255) = 11.22%

R = 59.02%
G = 29.76%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F27A2E (or 0xF27A2E) is known color: Burnt Orange. HEX triplet: F2, 7A and 2E. RGB value is (242,122,46). Sum of RGB (Red+Green+Blue) = 242+122+46=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 46 (18.36% from 255 or 11.22% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27A2E is #0D85D1. Grayscale: #959595. Windows color (decimal): -886226 or 3046130. OLE color: 3046130.

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

Color convert

RGB 242 122 46 -
CMYK 0 0.50 0.81 0.05
HSL 23.27º 0.88% 0.56% -
HSV(B) 23.27º 0.81% 0.95% -
XYZ 44.07 32.99 6.63 -
YUV 149.22 69.76 194.18 -
System Red Green Blue C M Y K H S L
Decimal 242 122 46 0 0.50 0.81 0.05 23.27 0.88 0.56
Hex F2 7A 2E 0 32 51 5 17 58 38
Octal 362 172 56 0 62 121 5 27 130 70
Binary 11110010 1111010 101110 0 110010 1010001 101 10111 1011000 111000

Color Harmonies of #F27A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27A2E

Black with #F27A2E

Text Example


Text Example

White with #F27A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27A2E; }

 p { color: rgb(242,122,46); }

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

background-color css

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

 a { background-color: rgb(242,122,46); }

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

border-color css

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

 span { border-color: rgb(242,122,46); }

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