Html Css Color HEX #FD430E Orange Red

📋 copy color: '#FD430E'

red 253 ◦ green 67 ◦ blue 14

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

Shades of Orange Red #FD430E

Tints of Orange Red #FD430E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.06%

 BLUE value IS 14 (5.86% from 255) = 4.19%

R = 75.75%
G = 20.06%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD430E (or 0xFD430E) is known color: Orange Red. HEX triplet: FD, 43 and 0E. RGB value is (253,67,14). Sum of RGB (Red+Green+Blue) = 253+67+14=334 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.75% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 253 - color contains mainly: red. Hex color #FD430E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD430E is #02BCF1. Grayscale: #747474. Windows color (decimal): -179442 or 934909. OLE color: 934909.

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

Color convert

RGB 253 67 14 -
CMYK 0 0.74 0.94 0.01
HSL 13.31º 0.98% 0.52% -
HSV(B) 13.31º 0.94% 0.99% -
XYZ 42.59 24.93 2.98 -
YUV 116.57 70.12 225.31 -
System Red Green Blue C M Y K H S L
Decimal 253 67 14 0 0.74 0.94 0.01 13.31 0.98 0.52
Hex FD 43 E 0 4A 5E 1 D 62 34
Octal 375 103 16 0 112 136 1 15 142 64
Binary 11111101 1000011 1110 0 1001010 1011110 1 1101 1100010 110100

Color Harmonies of #FD430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD430E

Black with #FD430E

Text Example


Text Example

White with #FD430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD430E; }

 p { color: rgb(253,67,14); }

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

background-color css

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

 a { background-color: rgb(253,67,14); }

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

border-color css

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

 span { border-color: rgb(253,67,14); }

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