Html Css Color HEX #FD652A Burnt Orange

📋 copy color: '#FD652A'

red 253 ◦ green 101 ◦ blue 42

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

Shades of Burnt Orange #FD652A

Tints of Burnt Orange #FD652A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.51%

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

R = 63.89%
G = 25.51%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD652A (or 0xFD652A) is known color: Burnt Orange. HEX triplet: FD, 65 and 2A. RGB value is (253,101,42). Sum of RGB (Red+Green+Blue) = 253+101+42=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD652A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD652A is #029AD5. Grayscale: #8C8C8C. Windows color (decimal): -170710 or 2778621. OLE color: 2778621.

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

Color convert

RGB 253 101 42 -
CMYK 0 0.60 0.83 0.01
HSL 16.78º 0.98% 0.58% -
HSV(B) 16.78º 0.83% 0.99% -
XYZ 45.58 30.36 5.65 -
YUV 139.72 72.86 208.8 -
System Red Green Blue C M Y K H S L
Decimal 253 101 42 0 0.60 0.83 0.01 16.78 0.98 0.58
Hex FD 65 2A 0 3C 53 1 11 62 3A
Octal 375 145 52 0 74 123 1 21 142 72
Binary 11111101 1100101 101010 0 111100 1010011 1 10001 1100010 111010

Color Harmonies of #FD652A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD652A

Black with #FD652A

Text Example


Text Example

White with #FD652A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD652A; }

 p { color: rgb(253,101,42); }

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

background-color css

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

 a { background-color: rgb(253,101,42); }

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

border-color css

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

 span { border-color: rgb(253,101,42); }

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