Html Css Color HEX #FEB432 Supernova

📋 copy color: '#FEB432'

red 254 ◦ green 180 ◦ blue 50

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

Shades of Supernova #FEB432

Tints of Supernova #FEB432

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.19%

 BLUE value IS 50 (19.92% from 255) = 10.33%

R = 52.48%
G = 37.19%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEB432 (or 0xFEB432) is known color: Supernova. HEX triplet: FE, B4 and 32. RGB value is (254,180,50). Sum of RGB (Red+Green+Blue) = 254+180+50=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB432 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB432 is #014BCD. Grayscale: #BBBBBB. Windows color (decimal): -84942 or 3323134. OLE color: 3323134.

HSL color Cylindrical-coordinate representation of color #FEB432: hue angle of 38.24º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEB432 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 180 50 -
CMYK 0 0.29 0.80 0.00
HSL 38.24º 0.99% 0.6% -
HSV(B) 38.24º 0.8% 1% -
XYZ 57.77 53.94 10.38 -
YUV 187.31 50.52 175.57 -
System Red Green Blue C M Y K H S L
Decimal 254 180 50 0 0.29 0.80 0.00 38.24 0.99 0.6
Hex FE B4 32 0 1D 50 0 26 63 3C
Octal 376 264 62 0 35 120 0 46 143 74
Binary 11111110 10110100 110010 0 11101 1010000 0 100110 1100011 111100

Color Harmonies of #FEB432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB432

Black with #FEB432

Text Example


Text Example

White with #FEB432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB432; }

 p { color: rgb(254,180,50); }

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

background-color css

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

 a { background-color: rgb(254,180,50); }

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

border-color css

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

 span { border-color: rgb(254,180,50); }

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