Html Css Color HEX #FD603F Outrageous Orange

📋 copy color: '#FD603F'

red 253 ◦ green 96 ◦ blue 63

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

Shades of Outrageous Orange #FD603F

Tints of Outrageous Orange #FD603F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.3%

 BLUE value IS 63 (25% from 255) = 15.29%

R = 61.41%
G = 23.3%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD603F (or 0xFD603F) is known color: Outrageous Orange. HEX triplet: FD, 60 and 3F. RGB value is (253,96,63). Sum of RGB (Red+Green+Blue) = 253+96+63=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD603F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD603F is #029FC0. Grayscale: #8B8B8B. Windows color (decimal): -171969 or 4153597. OLE color: 4153597.

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

Color convert

RGB 253 96 63 -
CMYK 0 0.62 0.75 0.01
HSL 10.42º 0.98% 0.62% -
HSV(B) 10.42º 0.75% 0.99% -
XYZ 45.59 29.61 8.01 -
YUV 139.18 85.01 209.18 -
System Red Green Blue C M Y K H S L
Decimal 253 96 63 0 0.62 0.75 0.01 10.42 0.98 0.62
Hex FD 60 3F 0 3E 4B 1 A 62 3E
Octal 375 140 77 0 76 113 1 12 142 76
Binary 11111101 1100000 111111 0 111110 1001011 1 1010 1100010 111110

Color Harmonies of #FD603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD603F

Black with #FD603F

Text Example


Text Example

White with #FD603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD603F; }

 p { color: rgb(253,96,63); }

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

background-color css

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

 a { background-color: rgb(253,96,63); }

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

border-color css

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

 span { border-color: rgb(253,96,63); }

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