Html Css Color HEX #F27A2D Burnt Orange

📋 copy color: '#F27A2D'

red 242 ◦ green 122 ◦ blue 45

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

Shades of Burnt Orange #F27A2D

Tints of Burnt Orange #F27A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11%

R = 59.17%
G = 29.83%
B = 11%

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

#F27A2D (or 0xF27A2D) is known color: Burnt Orange. HEX triplet: F2, 7A and 2D. RGB value is (242,122,45). Sum of RGB (Red+Green+Blue) = 242+122+45=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27A2D is #0D85D2. Grayscale: #959595. Windows color (decimal): -886227 or 2980594. OLE color: 2980594.

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

Color convert

RGB 242 122 45 -
CMYK 0 0.50 0.81 0.05
HSL 23.45º 0.88% 0.56% -
HSV(B) 23.45º 0.81% 0.95% -
XYZ 44.05 32.99 6.53 -
YUV 149.1 69.26 194.26 -
System Red Green Blue C M Y K H S L
Decimal 242 122 45 0 0.50 0.81 0.05 23.45 0.88 0.56
Hex F2 7A 2D 0 32 51 5 17 58 38
Octal 362 172 55 0 62 121 5 27 130 70
Binary 11110010 1111010 101101 0 110010 1010001 101 10111 1011000 111000

Color Harmonies of #F27A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27A2D

Black with #F27A2D

Text Example


Text Example

White with #F27A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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