Html Css Color HEX #FFBA28 Supernova

📋 copy color: '#FFBA28'

red 255 ◦ green 186 ◦ blue 40

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

Shades of Supernova #FFBA28

Tints of Supernova #FFBA28

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.67%

 BLUE value IS 40 (16.02% from 255) = 8.32%

R = 53.01%
G = 38.67%
B = 8.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFBA28 (or 0xFFBA28) is known color: Supernova. HEX triplet: FF, BA and 28. RGB value is (255,186,40). Sum of RGB (Red+Green+Blue) = 255+186+40=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA28 is #0045D7. Grayscale: #BEBEBE. Windows color (decimal): -17880 or 2669311. OLE color: 2669311.

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

Color convert

RGB 255 186 40 -
CMYK 0 0.27 0.84 0
HSL 40.74º 1% 0.58% -
HSV(B) 40.74º 0.84% 1% -
XYZ 59.18 56.53 9.8 -
YUV 189.99 43.36 174.37 -
System Red Green Blue C M Y K H S L
Decimal 255 186 40 0 0.27 0.84 0 40.74 1 0.58
Hex FF BA 28 0 1B 54 0 29 64 3A
Octal 377 272 50 0 33 124 0 51 144 72
Binary 11111111 10111010 101000 0 11011 1010100 0 101001 1100100 111010

Color Harmonies of #FFBA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBA28

Black with #FFBA28

Text Example


Text Example

White with #FFBA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBA28; }

 p { color: rgb(255,186,40); }

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

background-color css

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

 a { background-color: rgb(255,186,40); }

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

border-color css

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

 span { border-color: rgb(255,186,40); }

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