Html Css Color HEX #FA5303 International Orange

📋 copy color: '#FA5303'

red 250 ◦ green 83 ◦ blue 3

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

Shades of International Orange #FA5303

Tints of International Orange #FA5303

RGB

 RED value IS 250 (98.05% from 255) = 74.4%

 GREEN value IS 83 (32.81% from 255) = 24.7%

 BLUE value IS 3 (1.56% from 255) = 0.89%

R = 74.4%
G = 24.7%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA5303 (or 0xFA5303) is known color: International Orange. HEX triplet: FA, 53 and 03. RGB value is (250,83,3). Sum of RGB (Red+Green+Blue) = 250+83+3=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5303 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5303 is #05ACFC. Grayscale: #7C7C7C. Windows color (decimal): -371965 or 218106. OLE color: 218106.

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

Color convert

RGB 250 83 3 -
CMYK 0 0.67 0.99 0.02
HSL 19.43º 0.98% 0.5% -
HSV(B) 19.43º 0.99% 0.98% -
XYZ 42.53 26.52 2.96 -
YUV 123.81 59.83 218 -
System Red Green Blue C M Y K H S L
Decimal 250 83 3 0 0.67 0.99 0.02 19.43 0.98 0.5
Hex FA 53 3 0 43 63 2 13 62 32
Octal 372 123 3 0 103 143 2 23 142 62
Binary 11111010 1010011 11 0 1000011 1100011 10 10011 1100010 110010

Color Harmonies of #FA5303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5303

Black with #FA5303

Text Example


Text Example

White with #FA5303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5303; }

 p { color: rgb(250,83,3); }

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

background-color css

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

 a { background-color: rgb(250,83,3); }

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

border-color css

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

 span { border-color: rgb(250,83,3); }

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