Html Css Color HEX #FFBD3A Supernova

📋 copy color: '#FFBD3A'

red 255 ◦ green 189 ◦ blue 58

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

Shades of Supernova #FFBD3A

Tints of Supernova #FFBD3A

RGB

 RED value IS 255 (100% from 255) = 50.8%

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

 BLUE value IS 58 (23.05% from 255) = 11.55%

R = 50.8%
G = 37.65%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FFBD3A (or 0xFFBD3A) is known color: Supernova. HEX triplet: FF, BD and 3A. RGB value is (255,189,58). Sum of RGB (Red+Green+Blue) = 255+189+58=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 58 (23.05% from 255 or 11.55% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBD3A is #0042C5. Grayscale: #C2C2C2. Windows color (decimal): -17094 or 3849727. OLE color: 3849727.

HSL color Cylindrical-coordinate representation of color #FFBD3A: hue angle of 39.9º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFBD3A is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.

Color convert

RGB 255 189 58 -
CMYK 0 0.26 0.77 0
HSL 39.9º 1% 0.61% -
HSV(B) 39.9º 0.77% 1% -
XYZ 60.2 57.96 12.02 -
YUV 193.8 51.37 171.65 -
System Red Green Blue C M Y K H S L
Decimal 255 189 58 0 0.26 0.77 0 39.9 1 0.61
Hex FF BD 3A 0 1A 4D 0 28 64 3D
Octal 377 275 72 0 32 115 0 50 144 75
Binary 11111111 10111101 111010 0 11010 1001101 0 101000 1100100 111101

Color Harmonies of #FFBD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBD3A

Black with #FFBD3A

Text Example


Text Example

White with #FFBD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBD3A; }

 p { color: rgb(255,189,58); }

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

background-color css

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

 a { background-color: rgb(255,189,58); }

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

border-color css

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

 span { border-color: rgb(255,189,58); }

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