Html Css Color HEX #FEBF40 Supernova

📋 copy color: '#FEBF40'

red 254 ◦ green 191 ◦ blue 64

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

Shades of Supernova #FEBF40

Tints of Supernova #FEBF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.57%

R = 49.9%
G = 37.52%
B = 12.57%

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

#FEBF40 (or 0xFEBF40) is known color: Supernova. HEX triplet: FE, BF and 40. RGB value is (254,191,64). Sum of RGB (Red+Green+Blue) = 254+191+64=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF40 is #0140BF. Grayscale: #C3C3C3. Windows color (decimal): -82112 or 4243454. OLE color: 4243454.

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

Color convert

RGB 254 191 64 -
CMYK 0 0.25 0.75 0.00
HSL 40.11º 0.99% 0.62% -
HSV(B) 40.11º 0.75% 1% -
XYZ 60.43 58.7 13 -
YUV 195.36 53.87 169.83 -
System Red Green Blue C M Y K H S L
Decimal 254 191 64 0 0.25 0.75 0.00 40.11 0.99 0.62
Hex FE BF 40 0 19 4B 0 28 63 3E
Octal 376 277 100 0 31 113 0 50 143 76
Binary 11111110 10111111 1000000 0 11001 1001011 0 101000 1100011 111110

Color Harmonies of #FEBF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF40

Black with #FEBF40

Text Example


Text Example

White with #FEBF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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