Html Css Color HEX #FD3C02 Orange Red

📋 copy color: '#FD3C02'

red 253 ◦ green 60 ◦ blue 2

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

Shades of Orange Red #FD3C02

Tints of Orange Red #FD3C02

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.05%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 80.32%
G = 19.05%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FD3C02 (or 0xFD3C02) is known color: Orange Red. HEX triplet: FD, 3C and 02. RGB value is (253,60,2). Sum of RGB (Red+Green+Blue) = 253+60+2=315 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.32% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3C02 is #02C3FD. Grayscale: #6F6F6F. Windows color (decimal): -181246 or 146685. OLE color: 146685.

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

Color convert

RGB 253 60 2 -
CMYK 0 0.76 0.99 0.01
HSL 13.86º 0.98% 0.5% -
HSV(B) 13.86º 0.99% 0.99% -
XYZ 42.13 24.12 2.49 -
YUV 111.1 66.44 229.22 -
System Red Green Blue C M Y K H S L
Decimal 253 60 2 0 0.76 0.99 0.01 13.86 0.98 0.5
Hex FD 3C 2 0 4C 63 1 E 62 32
Octal 375 74 2 0 114 143 1 16 142 62
Binary 11111101 111100 10 0 1001100 1100011 1 1110 1100010 110010

Color Harmonies of #FD3C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3C02

Black with #FD3C02

Text Example


Text Example

White with #FD3C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3C02; }

 p { color: rgb(253,60,2); }

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

background-color css

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

 a { background-color: rgb(253,60,2); }

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

border-color css

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

 span { border-color: rgb(253,60,2); }

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