Html Css Color HEX #FEBC2D Supernova

📋 copy color: '#FEBC2D'

red 254 ◦ green 188 ◦ blue 45

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

Shades of Supernova #FEBC2D

Tints of Supernova #FEBC2D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.6%

 BLUE value IS 45 (17.97% from 255) = 9.24%

R = 52.16%
G = 38.6%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEBC2D (or 0xFEBC2D) is known color: Supernova. HEX triplet: FE, BC and 2D. RGB value is (254,188,45). Sum of RGB (Red+Green+Blue) = 254+188+45=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 45 (17.97% from 255 or 9.24% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC2D is #0143D2. Grayscale: #C0C0C0. Windows color (decimal): -82899 or 2997502. OLE color: 2997502.

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

Color convert

RGB 254 188 45 -
CMYK 0 0.26 0.82 0.00
HSL 41.05º 0.99% 0.59% -
HSV(B) 41.05º 0.82% 1% -
XYZ 59.33 57.23 10.4 -
YUV 191.43 45.37 172.63 -
System Red Green Blue C M Y K H S L
Decimal 254 188 45 0 0.26 0.82 0.00 41.05 0.99 0.59
Hex FE BC 2D 0 1A 52 0 29 63 3B
Octal 376 274 55 0 32 122 0 51 143 73
Binary 11111110 10111100 101101 0 11010 1010010 0 101001 1100011 111011

Color Harmonies of #FEBC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC2D

Black with #FEBC2D

Text Example


Text Example

White with #FEBC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC2D; }

 p { color: rgb(254,188,45); }

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

background-color css

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

 a { background-color: rgb(254,188,45); }

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

border-color css

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

 span { border-color: rgb(254,188,45); }

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