Html Css Color HEX #FD642E Outrageous Orange

📋 copy color: '#FD642E'

red 253 ◦ green 100 ◦ blue 46

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

Shades of Outrageous Orange #FD642E

Tints of Outrageous Orange #FD642E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.06%

 BLUE value IS 46 (18.36% from 255) = 11.53%

R = 63.41%
G = 25.06%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD642E (or 0xFD642E) is known color: Outrageous Orange. HEX triplet: FD, 64 and 2E. RGB value is (253,100,46). Sum of RGB (Red+Green+Blue) = 253+100+46=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD642E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD642E is #029BD1. Grayscale: #8B8B8B. Windows color (decimal): -170962 or 3040509. OLE color: 3040509.

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

Color convert

RGB 253 100 46 -
CMYK 0 0.60 0.82 0.01
HSL 15.65º 0.98% 0.59% -
HSV(B) 15.65º 0.82% 0.99% -
XYZ 45.56 30.19 6.01 -
YUV 139.59 75.19 208.89 -
System Red Green Blue C M Y K H S L
Decimal 253 100 46 0 0.60 0.82 0.01 15.65 0.98 0.59
Hex FD 64 2E 0 3C 52 1 10 62 3B
Octal 375 144 56 0 74 122 1 20 142 73
Binary 11111101 1100100 101110 0 111100 1010010 1 10000 1100010 111011

Color Harmonies of #FD642E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD642E

Black with #FD642E

Text Example


Text Example

White with #FD642E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD642E; }

 p { color: rgb(253,100,46); }

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

background-color css

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

 a { background-color: rgb(253,100,46); }

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

border-color css

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

 span { border-color: rgb(253,100,46); }

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