Html Css Color HEX #FB520C International Orange

📋 copy color: '#FB520C'

red 251 ◦ green 82 ◦ blue 12

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

Shades of International Orange #FB520C

Tints of International Orange #FB520C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.77%

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

R = 72.75%
G = 23.77%
B = 3.48%

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

#FB520C (or 0xFB520C) is known color: International Orange. HEX triplet: FB, 52 and 0C. RGB value is (251,82,12). Sum of RGB (Red+Green+Blue) = 251+82+12=345 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.75% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 251 - color contains mainly: red. Hex color #FB520C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB520C is #04ADF3. Grayscale: #7C7C7C. Windows color (decimal): -306676 or 807675. OLE color: 807675.

HSL color Cylindrical-coordinate representation of color #FB520C: hue angle of 17.57º 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 #FB520C is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 82 12 -
CMYK 0 0.67 0.95 0.02
HSL 17.57º 0.97% 0.52% -
HSV(B) 17.57º 0.95% 0.98% -
XYZ 42.87 26.57 3.22 -
YUV 124.55 64.49 218.19 -
System Red Green Blue C M Y K H S L
Decimal 251 82 12 0 0.67 0.95 0.02 17.57 0.97 0.52
Hex FB 52 C 0 43 5F 2 12 61 34
Octal 373 122 14 0 103 137 2 22 141 64
Binary 11111011 1010010 1100 0 1000011 1011111 10 10010 1100001 110100

Color Harmonies of #FB520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB520C

Black with #FB520C

Text Example


Text Example

White with #FB520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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