Html Css Color HEX #FEB225 Supernova

📋 copy color: '#FEB225'

red 254 ◦ green 178 ◦ blue 37

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

Shades of Supernova #FEB225

Tints of Supernova #FEB225

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.95%

 BLUE value IS 37 (14.84% from 255) = 7.89%

R = 54.16%
G = 37.95%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEB225 (or 0xFEB225) is known color: Supernova. HEX triplet: FE, B2 and 25. RGB value is (254,178,37). Sum of RGB (Red+Green+Blue) = 254+178+37=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 37 (14.84% from 255 or 7.89% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB225 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB225 is #014DDA. Grayscale: #B9B9B9. Windows color (decimal): -85467 or 2470654. OLE color: 2470654.

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

Color convert

RGB 254 178 37 -
CMYK 0 0.30 0.85 0.00
HSL 38.99º 0.99% 0.57% -
HSV(B) 38.99º 0.85% 1% -
XYZ 57.13 53.05 8.98 -
YUV 184.65 44.68 177.46 -
System Red Green Blue C M Y K H S L
Decimal 254 178 37 0 0.30 0.85 0.00 38.99 0.99 0.57
Hex FE B2 25 0 1E 55 0 27 63 39
Octal 376 262 45 0 36 125 0 47 143 71
Binary 11111110 10110010 100101 0 11110 1010101 0 100111 1100011 111001

Color Harmonies of #FEB225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB225

Black with #FEB225

Text Example


Text Example

White with #FEB225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB225; }

 p { color: rgb(254,178,37); }

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

background-color css

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

 a { background-color: rgb(254,178,37); }

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

border-color css

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

 span { border-color: rgb(254,178,37); }

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