Html Css Color HEX #FD500C International Orange

📋 copy color: '#FD500C'

red 253 ◦ green 80 ◦ blue 12

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

Shades of International Orange #FD500C

Tints of International Orange #FD500C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.19%

 BLUE value IS 12 (5.08% from 255) = 3.48%

R = 73.33%
G = 23.19%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD500C (or 0xFD500C) is known color: International Orange. HEX triplet: FD, 50 and 0C. RGB value is (253,80,12). Sum of RGB (Red+Green+Blue) = 253+80+12=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD500C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD500C is #02AFF3. Grayscale: #7C7C7C. Windows color (decimal): -176116 or 807165. OLE color: 807165.

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

Color convert

RGB 253 80 12 -
CMYK 0 0.68 0.95 0.01
HSL 16.93º 0.98% 0.52% -
HSV(B) 16.93º 0.95% 0.99% -
XYZ 43.44 26.65 3.2 -
YUV 123.98 64.81 220.03 -
System Red Green Blue C M Y K H S L
Decimal 253 80 12 0 0.68 0.95 0.01 16.93 0.98 0.52
Hex FD 50 C 0 44 5F 1 11 62 34
Octal 375 120 14 0 104 137 1 21 142 64
Binary 11111101 1010000 1100 0 1000100 1011111 1 10001 1100010 110100

Color Harmonies of #FD500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD500C

Black with #FD500C

Text Example


Text Example

White with #FD500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD500C; }

 p { color: rgb(253,80,12); }

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

background-color css

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

 a { background-color: rgb(253,80,12); }

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

border-color css

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

 span { border-color: rgb(253,80,12); }

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