Html Css Color HEX #FB530C International Orange

📋 copy color: '#FB530C'

red 251 ◦ green 83 ◦ blue 12

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

Shades of International Orange #FB530C

Tints of International Orange #FB530C

RGB

 RED value IS 251 (98.44% from 255) = 72.54%

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

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

R = 72.54%
G = 23.99%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB530C (or 0xFB530C) is known color: International Orange. HEX triplet: FB, 53 and 0C. RGB value is (251,83,12). Sum of RGB (Red+Green+Blue) = 251+83+12=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB530C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB530C is #04ACF3. Grayscale: #7D7D7D. Windows color (decimal): -306420 or 807931. OLE color: 807931.

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

Color convert

RGB 251 83 12 -
CMYK 0 0.67 0.95 0.02
HSL 17.82º 0.97% 0.52% -
HSV(B) 17.82º 0.95% 0.98% -
XYZ 42.94 26.72 3.24 -
YUV 125.14 64.16 217.77 -
System Red Green Blue C M Y K H S L
Decimal 251 83 12 0 0.67 0.95 0.02 17.82 0.97 0.52
Hex FB 53 C 0 43 5F 2 12 61 34
Octal 373 123 14 0 103 137 2 22 141 64
Binary 11111011 1010011 1100 0 1000011 1011111 10 10010 1100001 110100

Color Harmonies of #FB530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB530C

Black with #FB530C

Text Example


Text Example

White with #FB530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB530C; }

 p { color: rgb(251,83,12); }

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

background-color css

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

 a { background-color: rgb(251,83,12); }

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

border-color css

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

 span { border-color: rgb(251,83,12); }

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