Html Css Color HEX #FD431C Red Orange

📋 copy color: '#FD431C'

red 253 ◦ green 67 ◦ blue 28

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

Shades of Red Orange #FD431C

Tints of Red Orange #FD431C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.05%

R = 72.7%
G = 19.25%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD431C (or 0xFD431C) is known color: Red Orange. HEX triplet: FD, 43 and 1C. RGB value is (253,67,28). Sum of RGB (Red+Green+Blue) = 253+67+28=348 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.70% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 253 - color contains mainly: red. Hex color #FD431C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD431C is #02BCE3. Grayscale: #767676. Windows color (decimal): -179428 or 1852413. OLE color: 1852413.

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

Color convert

RGB 253 67 28 -
CMYK 0 0.74 0.89 0.01
HSL 10.4º 0.98% 0.55% -
HSV(B) 10.4º 0.89% 0.99% -
XYZ 42.72 24.98 3.67 -
YUV 118.17 77.12 224.17 -
System Red Green Blue C M Y K H S L
Decimal 253 67 28 0 0.74 0.89 0.01 10.4 0.98 0.55
Hex FD 43 1C 0 4A 59 1 A 62 37
Octal 375 103 34 0 112 131 1 12 142 67
Binary 11111101 1000011 11100 0 1001010 1011001 1 1010 1100010 110111

Color Harmonies of #FD431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD431C

Black with #FD431C

Text Example


Text Example

White with #FD431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD431C; }

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

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

background-color css

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

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

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

border-color css

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

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

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