Html Css Color HEX #F8BD41 Supernova

📋 copy color: '#F8BD41'

red 248 ◦ green 189 ◦ blue 65

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

Shades of Supernova #F8BD41

Tints of Supernova #F8BD41

RGB

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

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

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

R = 49.4%
G = 37.65%
B = 12.95%

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

#F8BD41 (or 0xF8BD41) is known color: Supernova. HEX triplet: F8, BD and 41. RGB value is (248,189,65). Sum of RGB (Red+Green+Blue) = 248+189+65=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 65 (25.78% from 255 or 12.95% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BD41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BD41 is #0742BE. Grayscale: #C1C1C1. Windows color (decimal): -475839 or 4308472. OLE color: 4308472.

HSL color Cylindrical-coordinate representation of color #F8BD41: hue angle of 40.66º 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 #F8BD41 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 189 65 -
CMYK 0 0.24 0.74 0.03
HSL 40.66º 0.93% 0.61% -
HSV(B) 40.66º 0.74% 0.97% -
XYZ 57.86 56.73 12.9 -
YUV 192.51 56.05 167.58 -
System Red Green Blue C M Y K H S L
Decimal 248 189 65 0 0.24 0.74 0.03 40.66 0.93 0.61
Hex F8 BD 41 0 18 4A 3 29 5D 3D
Octal 370 275 101 0 30 112 3 51 135 75
Binary 11111000 10111101 1000001 0 11000 1001010 11 101001 1011101 111101

Color Harmonies of #F8BD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BD41

Black with #F8BD41

Text Example


Text Example

White with #F8BD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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