Html Css Color HEX #FD632F Outrageous Orange

📋 copy color: '#FD632F'

red 253 ◦ green 99 ◦ blue 47

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

Shades of Outrageous Orange #FD632F

Tints of Outrageous Orange #FD632F

RGB

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

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

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

R = 63.41%
G = 24.81%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD632F (or 0xFD632F) is known color: Outrageous Orange. HEX triplet: FD, 63 and 2F. RGB value is (253,99,47). Sum of RGB (Red+Green+Blue) = 253+99+47=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD632F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD632F is #029CD0. Grayscale: #8B8B8B. Windows color (decimal): -171217 or 3105789. OLE color: 3105789.

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

Color convert

RGB 253 99 47 -
CMYK 0 0.61 0.81 0.01
HSL 15.15º 0.98% 0.59% -
HSV(B) 15.15º 0.81% 0.99% -
XYZ 45.48 30.01 6.08 -
YUV 139.12 76.02 209.23 -
System Red Green Blue C M Y K H S L
Decimal 253 99 47 0 0.61 0.81 0.01 15.15 0.98 0.59
Hex FD 63 2F 0 3D 51 1 F 62 3B
Octal 375 143 57 0 75 121 1 17 142 73
Binary 11111101 1100011 101111 0 111101 1010001 1 1111 1100010 111011

Color Harmonies of #FD632F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD632F

Black with #FD632F

Text Example


Text Example

White with #FD632F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD632F; }

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

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

background-color css

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

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

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

border-color css

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

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

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