Html Css Color HEX #FEBF41 Supernova

📋 copy color: '#FEBF41'

red 254 ◦ green 191 ◦ blue 65

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

Shades of Supernova #FEBF41

Tints of Supernova #FEBF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.75%

R = 49.8%
G = 37.45%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEBF41 (or 0xFEBF41) is known color: Supernova. HEX triplet: FE, BF and 41. RGB value is (254,191,65). Sum of RGB (Red+Green+Blue) = 254+191+65=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 65 (25.78% from 255 or 12.75% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF41 is #0140BE. Grayscale: #C4C4C4. Windows color (decimal): -82111 or 4308990. OLE color: 4308990.

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

Color convert

RGB 254 191 65 -
CMYK 0 0.25 0.74 0.00
HSL 40º 0.99% 0.63% -
HSV(B) 40º 0.74% 1% -
XYZ 60.46 58.71 13.15 -
YUV 195.47 54.37 169.75 -
System Red Green Blue C M Y K H S L
Decimal 254 191 65 0 0.25 0.74 0.00 40 0.99 0.63
Hex FE BF 41 0 19 4A 0 28 63 3F
Octal 376 277 101 0 31 112 0 50 143 77
Binary 11111110 10111111 1000001 0 11001 1001010 0 101000 1100011 111111

Color Harmonies of #FEBF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF41

Black with #FEBF41

Text Example


Text Example

White with #FEBF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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