Html Css Color HEX #FE520A International Orange

📋 copy color: '#FE520A'

red 254 ◦ green 82 ◦ blue 10

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

Shades of International Orange #FE520A

Tints of International Orange #FE520A

RGB

 RED value IS 254 (99.61% from 255) = 73.41%

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

 BLUE value IS 10 (4.3% from 255) = 2.89%

R = 73.41%
G = 23.7%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE520A (or 0xFE520A) is known color: International Orange. HEX triplet: FE, 52 and 0A. RGB value is (254,82,10). Sum of RGB (Red+Green+Blue) = 254+82+10=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE520A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE520A is #01ADF5. Grayscale: #7D7D7D. Windows color (decimal): -110070 or 676606. OLE color: 676606.

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

Color convert

RGB 254 82 10 -
CMYK 0 0.68 0.96 0.00
HSL 17.7º 0.99% 0.52% -
HSV(B) 17.7º 0.96% 1% -
XYZ 43.95 27.13 3.21 -
YUV 125.22 62.98 219.85 -
System Red Green Blue C M Y K H S L
Decimal 254 82 10 0 0.68 0.96 0.00 17.7 0.99 0.52
Hex FE 52 A 0 44 60 0 12 63 34
Octal 376 122 12 0 104 140 0 22 143 64
Binary 11111110 1010010 1010 0 1000100 1100000 0 10010 1100011 110100

Color Harmonies of #FE520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE520A

Black with #FE520A

Text Example


Text Example

White with #FE520A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE520A; }

 p { color: rgb(254,82,10); }

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

background-color css

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

 a { background-color: rgb(254,82,10); }

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

border-color css

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

 span { border-color: rgb(254,82,10); }

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