Html Css Color HEX #FFB428 Supernova

📋 copy color: '#FFB428'

red 255 ◦ green 180 ◦ blue 40

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

Shades of Supernova #FFB428

Tints of Supernova #FFB428

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.89%

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

R = 53.68%
G = 37.89%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFB428 (or 0xFFB428) is known color: Supernova. HEX triplet: FF, B4 and 28. RGB value is (255,180,40). Sum of RGB (Red+Green+Blue) = 255+180+40=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 40 (16.02% from 255 or 8.42% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB428 is #004BD7. Grayscale: #BBBBBB. Windows color (decimal): -19416 or 2667775. OLE color: 2667775.

HSL color Cylindrical-coordinate representation of color #FFB428: hue angle of 39.07º 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 #FFB428 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 180 40 -
CMYK 0 0.29 0.84 0
HSL 39.07º 1% 0.58% -
HSV(B) 39.07º 0.84% 1% -
XYZ 57.94 54.06 9.39 -
YUV 186.47 45.35 176.88 -
System Red Green Blue C M Y K H S L
Decimal 255 180 40 0 0.29 0.84 0 39.07 1 0.58
Hex FF B4 28 0 1D 54 0 27 64 3A
Octal 377 264 50 0 35 124 0 47 144 72
Binary 11111111 10110100 101000 0 11101 1010100 0 100111 1100100 111010

Color Harmonies of #FFB428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB428

Black with #FFB428

Text Example


Text Example

White with #FFB428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB428; }

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

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

background-color css

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

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

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

border-color css

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

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

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