Html Css Color HEX #FD642C Outrageous Orange

📋 copy color: '#FD642C'

red 253 ◦ green 100 ◦ blue 44

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

Shades of Outrageous Orange #FD642C

Tints of Outrageous Orange #FD642C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.08%

R = 63.73%
G = 25.19%
B = 11.08%

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

#FD642C (or 0xFD642C) is known color: Outrageous Orange. HEX triplet: FD, 64 and 2C. RGB value is (253,100,44). Sum of RGB (Red+Green+Blue) = 253+100+44=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD642C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD642C is #029BD3. Grayscale: #8B8B8B. Windows color (decimal): -170964 or 2909437. OLE color: 2909437.

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

Color convert

RGB 253 100 44 -
CMYK 0 0.60 0.83 0.01
HSL 16.08º 0.98% 0.58% -
HSV(B) 16.08º 0.83% 0.99% -
XYZ 45.52 30.18 5.81 -
YUV 139.36 74.19 209.05 -
System Red Green Blue C M Y K H S L
Decimal 253 100 44 0 0.60 0.83 0.01 16.08 0.98 0.58
Hex FD 64 2C 0 3C 53 1 10 62 3A
Octal 375 144 54 0 74 123 1 20 142 72
Binary 11111101 1100100 101100 0 111100 1010011 1 10000 1100010 111010

Color Harmonies of #FD642C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD642C

Black with #FD642C

Text Example


Text Example

White with #FD642C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD642C; }

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

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

background-color css

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

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

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

border-color css

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

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

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