Html Css Color HEX #F8BD40 Supernova

📋 copy color: '#F8BD40'

red 248 ◦ green 189 ◦ blue 64

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

Shades of Supernova #F8BD40

Tints of Supernova #F8BD40

RGB

 RED value IS 248 (97.27% from 255) = 49.5%

 GREEN value IS 189 (74.22% from 255) = 37.72%

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

R = 49.5%
G = 37.72%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F8BD40 (or 0xF8BD40) is known color: Supernova. HEX triplet: F8, BD and 40. RGB value is (248,189,64). Sum of RGB (Red+Green+Blue) = 248+189+64=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BD40 is #0742BF. Grayscale: #C0C0C0. Windows color (decimal): -475840 or 4242936. OLE color: 4242936.

HSL color Cylindrical-coordinate representation of color #F8BD40: hue angle of 40.76º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F8BD40 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 189 64 -
CMYK 0 0.24 0.74 0.03
HSL 40.76º 0.93% 0.61% -
HSV(B) 40.76º 0.74% 0.97% -
XYZ 57.83 56.72 12.75 -
YUV 192.39 55.55 167.66 -
System Red Green Blue C M Y K H S L
Decimal 248 189 64 0 0.24 0.74 0.03 40.76 0.93 0.61
Hex F8 BD 40 0 18 4A 3 29 5D 3D
Octal 370 275 100 0 30 112 3 51 135 75
Binary 11111000 10111101 1000000 0 11000 1001010 11 101001 1011101 111101

Color Harmonies of #F8BD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BD40

Black with #F8BD40

Text Example


Text Example

White with #F8BD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BD40; }

 p { color: rgb(248,189,64); }

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

background-color css

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

 a { background-color: rgb(248,189,64); }

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

border-color css

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

 span { border-color: rgb(248,189,64); }

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