Html Css Color HEX #F27A2B Burnt Orange

📋 copy color: '#F27A2B'

red 242 ◦ green 122 ◦ blue 43

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

Shades of Burnt Orange #F27A2B

Tints of Burnt Orange #F27A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.57%

R = 59.46%
G = 29.98%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F27A2B (or 0xF27A2B) is known color: Burnt Orange. HEX triplet: F2, 7A and 2B. RGB value is (242,122,43). Sum of RGB (Red+Green+Blue) = 242+122+43=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27A2B is #0D85D4. Grayscale: #959595. Windows color (decimal): -886229 or 2849522. OLE color: 2849522.

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

Color convert

RGB 242 122 43 -
CMYK 0 0.50 0.82 0.05
HSL 23.82º 0.88% 0.56% -
HSV(B) 23.82º 0.82% 0.95% -
XYZ 44.01 32.97 6.33 -
YUV 148.87 68.26 194.42 -
System Red Green Blue C M Y K H S L
Decimal 242 122 43 0 0.50 0.82 0.05 23.82 0.88 0.56
Hex F2 7A 2B 0 32 52 5 18 58 38
Octal 362 172 53 0 62 122 5 30 130 70
Binary 11110010 1111010 101011 0 110010 1010010 101 11000 1011000 111000

Color Harmonies of #F27A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27A2B

Black with #F27A2B

Text Example


Text Example

White with #F27A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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