Html Css Color HEX #FD530B International Orange

📋 copy color: '#FD530B'

red 253 ◦ green 83 ◦ blue 11

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

Shades of International Orange #FD530B

Tints of International Orange #FD530B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.17%

R = 72.91%
G = 23.92%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD530B (or 0xFD530B) is known color: International Orange. HEX triplet: FD, 53 and 0B. RGB value is (253,83,11). Sum of RGB (Red+Green+Blue) = 253+83+11=347 (45% of max value = 765). Red value is 253 (99.22% from 255 or 72.91% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 253 - color contains mainly: red. Hex color #FD530B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD530B is #02ACF4. Grayscale: #7E7E7E. Windows color (decimal): -175349 or 742397. OLE color: 742397.

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

Color convert

RGB 253 83 11 -
CMYK 0 0.67 0.96 0.01
HSL 17.85º 0.98% 0.52% -
HSV(B) 17.85º 0.96% 0.99% -
XYZ 43.66 27.09 3.24 -
YUV 125.62 63.32 218.85 -
System Red Green Blue C M Y K H S L
Decimal 253 83 11 0 0.67 0.96 0.01 17.85 0.98 0.52
Hex FD 53 B 0 43 60 1 12 62 34
Octal 375 123 13 0 103 140 1 22 142 64
Binary 11111101 1010011 1011 0 1000011 1100000 1 10010 1100010 110100

Color Harmonies of #FD530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD530B

Black with #FD530B

Text Example


Text Example

White with #FD530B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD530B; }

 p { color: rgb(253,83,11); }

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

background-color css

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

 a { background-color: rgb(253,83,11); }

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

border-color css

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

 span { border-color: rgb(253,83,11); }

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