Html Css Color HEX #FE520C International Orange

📋 copy color: '#FE520C'

red 254 ◦ green 82 ◦ blue 12

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

Shades of International Orange #FE520C

Tints of International Orange #FE520C

RGB

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

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

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

R = 72.99%
G = 23.56%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE520C (or 0xFE520C) is known color: International Orange. HEX triplet: FE, 52 and 0C. RGB value is (254,82,12). Sum of RGB (Red+Green+Blue) = 254+82+12=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE520C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE520C is #01ADF3. Grayscale: #7D7D7D. Windows color (decimal): -110068 or 807678. OLE color: 807678.

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

Color convert

RGB 254 82 12 -
CMYK 0 0.68 0.95 0.00
HSL 17.36º 0.99% 0.52% -
HSV(B) 17.36º 0.95% 1% -
XYZ 43.96 27.13 3.27 -
YUV 125.45 63.98 219.69 -
System Red Green Blue C M Y K H S L
Decimal 254 82 12 0 0.68 0.95 0.00 17.36 0.99 0.52
Hex FE 52 C 0 44 5F 0 11 63 34
Octal 376 122 14 0 104 137 0 21 143 64
Binary 11111110 1010010 1100 0 1000100 1011111 0 10001 1100011 110100

Color Harmonies of #FE520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE520C

Black with #FE520C

Text Example


Text Example

White with #FE520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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