Html Css Color HEX #FE522B Outrageous Orange

📋 copy color: '#FE522B'

red 254 ◦ green 82 ◦ blue 43

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

Shades of Outrageous Orange #FE522B

Tints of Outrageous Orange #FE522B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.35%

R = 67.02%
G = 21.64%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE522B (or 0xFE522B) is known color: Outrageous Orange. HEX triplet: FE, 52 and 2B. RGB value is (254,82,43). Sum of RGB (Red+Green+Blue) = 254+82+43=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE522B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE522B is #01ADD4. Grayscale: #818181. Windows color (decimal): -110037 or 2839294. OLE color: 2839294.

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

Color convert

RGB 254 82 43 -
CMYK 0 0.68 0.83 0.00
HSL 11.09º 0.99% 0.58% -
HSV(B) 11.09º 0.83% 1% -
XYZ 44.33 27.28 5.21 -
YUV 128.98 79.48 217.17 -
System Red Green Blue C M Y K H S L
Decimal 254 82 43 0 0.68 0.83 0.00 11.09 0.99 0.58
Hex FE 52 2B 0 44 53 0 B 63 3A
Octal 376 122 53 0 104 123 0 13 143 72
Binary 11111110 1010010 101011 0 1000100 1010011 0 1011 1100011 111010

Color Harmonies of #FE522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE522B

Black with #FE522B

Text Example


Text Example

White with #FE522B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE522B; }

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

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

background-color css

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

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

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

border-color css

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

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

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