Html Css Color HEX #FF762A Burnt Orange

📋 copy color: '#FF762A'

red 255 ◦ green 118 ◦ blue 42

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

Shades of Burnt Orange #FF762A

Tints of Burnt Orange #FF762A

RGB

 RED value IS 255 (100% from 255) = 61.45%

 GREEN value IS 118 (46.48% from 255) = 28.43%

 BLUE value IS 42 (16.8% from 255) = 10.12%

R = 61.45%
G = 28.43%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF762A (or 0xFF762A) is known color: Burnt Orange. HEX triplet: FF, 76 and 2A. RGB value is (255,118,42). Sum of RGB (Red+Green+Blue) = 255+118+42=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF762A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF762A is #0089D5. Grayscale: #969696. Windows color (decimal): -35286 or 2782975. OLE color: 2782975.

HSL color Cylindrical-coordinate representation of color #FF762A: hue angle of 21.41º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF762A is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 118 42 -
CMYK 0 0.54 0.84 0
HSL 21.41º 1% 0.58% -
HSV(B) 21.41º 0.84% 1% -
XYZ 48.14 34.38 6.29 -
YUV 150.3 66.89 202.68 -
System Red Green Blue C M Y K H S L
Decimal 255 118 42 0 0.54 0.84 0 21.41 1 0.58
Hex FF 76 2A 0 36 54 0 15 64 3A
Octal 377 166 52 0 66 124 0 25 144 72
Binary 11111111 1110110 101010 0 110110 1010100 0 10101 1100100 111010

Color Harmonies of #FF762A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF762A

Black with #FF762A

Text Example


Text Example

White with #FF762A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF762A; }

 p { color: rgb(255,118,42); }

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

background-color css

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

 a { background-color: rgb(255,118,42); }

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

border-color css

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

 span { border-color: rgb(255,118,42); }

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