Html Css Color HEX #F27A2F Burnt Orange

📋 copy color: '#F27A2F'

red 242 ◦ green 122 ◦ blue 47

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

Shades of Burnt Orange #F27A2F

Tints of Burnt Orange #F27A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.44%

R = 58.88%
G = 29.68%
B = 11.44%

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

#F27A2F (or 0xF27A2F) is known color: Burnt Orange. HEX triplet: F2, 7A and 2F. RGB value is (242,122,47). Sum of RGB (Red+Green+Blue) = 242+122+47=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27A2F is #0D85D0. Grayscale: #959595. Windows color (decimal): -886225 or 3111666. OLE color: 3111666.

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

Color convert

RGB 242 122 47 -
CMYK 0 0.50 0.81 0.05
HSL 23.08º 0.88% 0.57% -
HSV(B) 23.08º 0.81% 0.95% -
XYZ 44.09 33 6.74 -
YUV 149.33 70.26 194.1 -
System Red Green Blue C M Y K H S L
Decimal 242 122 47 0 0.50 0.81 0.05 23.08 0.88 0.57
Hex F2 7A 2F 0 32 51 5 17 58 39
Octal 362 172 57 0 62 121 5 27 130 71
Binary 11110010 1111010 101111 0 110010 1010001 101 10111 1011000 111001

Color Harmonies of #F27A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27A2F

Black with #F27A2F

Text Example


Text Example

White with #F27A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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