Html Css Color HEX #FEBF3F Supernova

📋 copy color: '#FEBF3F'

red 254 ◦ green 191 ◦ blue 63

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

Shades of Supernova #FEBF3F

Tints of Supernova #FEBF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.4%

R = 50%
G = 37.6%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEBF3F (or 0xFEBF3F) is known color: Supernova. HEX triplet: FE, BF and 3F. RGB value is (254,191,63). Sum of RGB (Red+Green+Blue) = 254+191+63=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 63 (25% from 255 or 12.40% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF3F is #0140C0. Grayscale: #C3C3C3. Windows color (decimal): -82113 or 4177918. OLE color: 4177918.

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

Color convert

RGB 254 191 63 -
CMYK 0 0.25 0.75 0.00
HSL 40.21º 0.99% 0.62% -
HSV(B) 40.21º 0.75% 1% -
XYZ 60.4 58.69 12.85 -
YUV 195.25 53.37 169.91 -
System Red Green Blue C M Y K H S L
Decimal 254 191 63 0 0.25 0.75 0.00 40.21 0.99 0.62
Hex FE BF 3F 0 19 4B 0 28 63 3E
Octal 376 277 77 0 31 113 0 50 143 76
Binary 11111110 10111111 111111 0 11001 1001011 0 101000 1100011 111110

Color Harmonies of #FEBF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF3F

Black with #FEBF3F

Text Example


Text Example

White with #FEBF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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