Html Css Color HEX #FD7B2F Burnt Orange

📋 copy color: '#FD7B2F'

red 253 ◦ green 123 ◦ blue 47

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

Shades of Burnt Orange #FD7B2F

Tints of Burnt Orange #FD7B2F

RGB

 RED value IS 253 (99.22% from 255) = 59.81%

 GREEN value IS 123 (48.44% from 255) = 29.08%

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

R = 59.81%
G = 29.08%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD7B2F (or 0xFD7B2F) is known color: Burnt Orange. HEX triplet: FD, 7B and 2F. RGB value is (253,123,47). Sum of RGB (Red+Green+Blue) = 253+123+47=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7B2F is #0284D0. Grayscale: #999999. Windows color (decimal): -165073 or 3111933. OLE color: 3111933.

HSL color Cylindrical-coordinate representation of color #FD7B2F: hue angle of 22.14º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD7B2F is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 123 47 -
CMYK 0 0.51 0.81 0.01
HSL 22.14º 0.98% 0.59% -
HSV(B) 22.14º 0.81% 0.99% -
XYZ 48.1 35.25 6.96 -
YUV 153.21 68.07 199.18 -
System Red Green Blue C M Y K H S L
Decimal 253 123 47 0 0.51 0.81 0.01 22.14 0.98 0.59
Hex FD 7B 2F 0 33 51 1 16 62 3B
Octal 375 173 57 0 63 121 1 26 142 73
Binary 11111101 1111011 101111 0 110011 1010001 1 10110 1100010 111011

Color Harmonies of #FD7B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7B2F

Black with #FD7B2F

Text Example


Text Example

White with #FD7B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7B2F; }

 p { color: rgb(253,123,47); }

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

background-color css

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

 a { background-color: rgb(253,123,47); }

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

border-color css

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

 span { border-color: rgb(253,123,47); }

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