Html Css Color HEX #FEBF3C Supernova

📋 copy color: '#FEBF3C'

red 254 ◦ green 191 ◦ blue 60

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

Shades of Supernova #FEBF3C

Tints of Supernova #FEBF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.88%

R = 50.3%
G = 37.82%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FEBF3C (or 0xFEBF3C) is known color: Supernova. HEX triplet: FE, BF and 3C. RGB value is (254,191,60). Sum of RGB (Red+Green+Blue) = 254+191+60=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 60 (23.83% from 255 or 11.88% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF3C is #0140C3. Grayscale: #C3C3C3. Windows color (decimal): -82116 or 3981310. OLE color: 3981310.

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

Color convert

RGB 254 191 60 -
CMYK 0 0.25 0.76 0.00
HSL 40.52º 0.99% 0.62% -
HSV(B) 40.52º 0.76% 1% -
XYZ 60.32 58.66 12.42 -
YUV 194.9 51.87 170.15 -
System Red Green Blue C M Y K H S L
Decimal 254 191 60 0 0.25 0.76 0.00 40.52 0.99 0.62
Hex FE BF 3C 0 19 4C 0 29 63 3E
Octal 376 277 74 0 31 114 0 51 143 76
Binary 11111110 10111111 111100 0 11001 1001100 0 101001 1100011 111110

Color Harmonies of #FEBF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF3C

Black with #FEBF3C

Text Example


Text Example

White with #FEBF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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