Html Css Color HEX #FEBF34 Supernova

📋 copy color: '#FEBF34'

red 254 ◦ green 191 ◦ blue 52

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

Shades of Supernova #FEBF34

Tints of Supernova #FEBF34

RGB

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

 GREEN value IS 191 (75% from 255) = 38.43%

 BLUE value IS 52 (20.7% from 255) = 10.46%

R = 51.11%
G = 38.43%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEBF34 (or 0xFEBF34) is known color: Supernova. HEX triplet: FE, BF and 34. RGB value is (254,191,52). Sum of RGB (Red+Green+Blue) = 254+191+52=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 52 (20.70% from 255 or 10.46% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF34 is #0140CB. Grayscale: #C2C2C2. Windows color (decimal): -82124 or 3457022. OLE color: 3457022.

HSL color Cylindrical-coordinate representation of color #FEBF34: hue angle of 41.29º 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 #FEBF34 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 191 52 -
CMYK 0 0.25 0.80 0.00
HSL 41.29º 0.99% 0.6% -
HSV(B) 41.29º 0.8% 1% -
XYZ 60.12 58.58 11.39 -
YUV 193.99 47.87 170.8 -
System Red Green Blue C M Y K H S L
Decimal 254 191 52 0 0.25 0.80 0.00 41.29 0.99 0.6
Hex FE BF 34 0 19 50 0 29 63 3C
Octal 376 277 64 0 31 120 0 51 143 74
Binary 11111110 10111111 110100 0 11001 1010000 0 101001 1100011 111100

Color Harmonies of #FEBF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF34

Black with #FEBF34

Text Example


Text Example

White with #FEBF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF34; }

 p { color: rgb(254,191,52); }

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

background-color css

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

 a { background-color: rgb(254,191,52); }

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

border-color css

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

 span { border-color: rgb(254,191,52); }

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