Html Css Color HEX #FD632A Outrageous Orange

📋 copy color: '#FD632A'

red 253 ◦ green 99 ◦ blue 42

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

Shades of Outrageous Orange #FD632A

Tints of Outrageous Orange #FD632A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.13%

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

R = 64.21%
G = 25.13%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD632A (or 0xFD632A) is known color: Outrageous Orange. HEX triplet: FD, 63 and 2A. RGB value is (253,99,42). Sum of RGB (Red+Green+Blue) = 253+99+42=394 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.21% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 253 - color contains mainly: red. Hex color #FD632A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD632A is #029CD5. Grayscale: #8A8A8A. Windows color (decimal): -171222 or 2778109. OLE color: 2778109.

HSL color Cylindrical-coordinate representation of color #FD632A: hue angle of 16.21º 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 #FD632A is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 99 42 -
CMYK 0 0.61 0.83 0.01
HSL 16.21º 0.98% 0.58% -
HSV(B) 16.21º 0.83% 0.99% -
XYZ 45.39 29.97 5.58 -
YUV 138.55 73.52 209.63 -
System Red Green Blue C M Y K H S L
Decimal 253 99 42 0 0.61 0.83 0.01 16.21 0.98 0.58
Hex FD 63 2A 0 3D 53 1 10 62 3A
Octal 375 143 52 0 75 123 1 20 142 72
Binary 11111101 1100011 101010 0 111101 1010011 1 10000 1100010 111010

Color Harmonies of #FD632A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD632A

Black with #FD632A

Text Example


Text Example

White with #FD632A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD632A; }

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

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

background-color css

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

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

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

border-color css

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

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

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