Html Css Color HEX #F8BD3E Supernova

📋 copy color: '#F8BD3E'

red 248 ◦ green 189 ◦ blue 62

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

Shades of Supernova #F8BD3E

Tints of Supernova #F8BD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.42%

R = 49.7%
G = 37.88%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8BD3E (or 0xF8BD3E) is known color: Supernova. HEX triplet: F8, BD and 3E. RGB value is (248,189,62). Sum of RGB (Red+Green+Blue) = 248+189+62=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 62 (24.61% from 255 or 12.42% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BD3E is #0742C1. Grayscale: #C0C0C0. Windows color (decimal): -475842 or 4111864. OLE color: 4111864.

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

Color convert

RGB 248 189 62 -
CMYK 0 0.24 0.75 0.03
HSL 40.97º 0.93% 0.61% -
HSV(B) 40.97º 0.75% 0.97% -
XYZ 57.78 56.7 12.46 -
YUV 192.16 54.55 167.83 -
System Red Green Blue C M Y K H S L
Decimal 248 189 62 0 0.24 0.75 0.03 40.97 0.93 0.61
Hex F8 BD 3E 0 18 4B 3 29 5D 3D
Octal 370 275 76 0 30 113 3 51 135 75
Binary 11111000 10111101 111110 0 11000 1001011 11 101001 1011101 111101

Color Harmonies of #F8BD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BD3E

Black with #F8BD3E

Text Example


Text Example

White with #F8BD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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