Html Css Color HEX #FEBF3B Supernova

📋 copy color: '#FEBF3B'

red 254 ◦ green 191 ◦ blue 59

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

Shades of Supernova #FEBF3B

Tints of Supernova #FEBF3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.71%

R = 50.4%
G = 37.9%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FEBF3B (or 0xFEBF3B) is known color: Supernova. HEX triplet: FE, BF and 3B. RGB value is (254,191,59). Sum of RGB (Red+Green+Blue) = 254+191+59=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 59 (23.44% from 255 or 11.71% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF3B is #0140C4. Grayscale: #C3C3C3. Windows color (decimal): -82117 or 3915774. OLE color: 3915774.

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

Color convert

RGB 254 191 59 -
CMYK 0 0.25 0.77 0.00
HSL 40.62º 0.99% 0.61% -
HSV(B) 40.62º 0.77% 1% -
XYZ 60.29 58.65 12.28 -
YUV 194.79 51.37 170.23 -
System Red Green Blue C M Y K H S L
Decimal 254 191 59 0 0.25 0.77 0.00 40.62 0.99 0.61
Hex FE BF 3B 0 19 4D 0 29 63 3D
Octal 376 277 73 0 31 115 0 51 143 75
Binary 11111110 10111111 111011 0 11001 1001101 0 101001 1100011 111101

Color Harmonies of #FEBF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF3B

Black with #FEBF3B

Text Example


Text Example

White with #FEBF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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