Html Css Color HEX #FD4102 Orange Red

📋 copy color: '#FD4102'

red 253 ◦ green 65 ◦ blue 2

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

Shades of Orange Red #FD4102

Tints of Orange Red #FD4102

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.31%

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

R = 79.06%
G = 20.31%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FD4102 (or 0xFD4102) is known color: Orange Red. HEX triplet: FD, 41 and 02. RGB value is (253,65,2). Sum of RGB (Red+Green+Blue) = 253+65+2=320 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.06% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4102 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4102 is #02BEFD. Grayscale: #727272. Windows color (decimal): -179966 or 147965. OLE color: 147965.

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

Color convert

RGB 253 65 2 -
CMYK 0 0.74 0.99 0.01
HSL 15.06º 0.98% 0.5% -
HSV(B) 15.06º 0.99% 0.99% -
XYZ 42.41 24.67 2.58 -
YUV 114.03 64.78 227.12 -
System Red Green Blue C M Y K H S L
Decimal 253 65 2 0 0.74 0.99 0.01 15.06 0.98 0.5
Hex FD 41 2 0 4A 63 1 F 62 32
Octal 375 101 2 0 112 143 1 17 142 62
Binary 11111101 1000001 10 0 1001010 1100011 1 1111 1100010 110010

Color Harmonies of #FD4102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4102

Black with #FD4102

Text Example


Text Example

White with #FD4102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4102; }

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

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

background-color css

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

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

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

border-color css

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

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

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