Html Css Color HEX #FFB124 Supernova

📋 copy color: '#FFB124'

red 255 ◦ green 177 ◦ blue 36

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

Shades of Supernova #FFB124

Tints of Supernova #FFB124

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.82%

 BLUE value IS 36 (14.45% from 255) = 7.69%

R = 54.49%
G = 37.82%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FFB124 (or 0xFFB124) is known color: Supernova. HEX triplet: FF, B1 and 24. RGB value is (255,177,36). Sum of RGB (Red+Green+Blue) = 255+177+36=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 36 (14.45% from 255 or 7.69% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB124 is #004EDB. Grayscale: #B8B8B8. Windows color (decimal): -20188 or 2404863. OLE color: 2404863.

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

Color convert

RGB 255 177 36 -
CMYK 0 0.31 0.86 0
HSL 38.63º 1% 0.57% -
HSV(B) 38.63º 0.86% 1% -
XYZ 57.28 52.83 8.85 -
YUV 184.25 44.34 178.46 -
System Red Green Blue C M Y K H S L
Decimal 255 177 36 0 0.31 0.86 0 38.63 1 0.57
Hex FF B1 24 0 1F 56 0 27 64 39
Octal 377 261 44 0 37 126 0 47 144 71
Binary 11111111 10110001 100100 0 11111 1010110 0 100111 1100100 111001

Color Harmonies of #FFB124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB124

Black with #FFB124

Text Example


Text Example

White with #FFB124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB124; }

 p { color: rgb(255,177,36); }

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

background-color css

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

 a { background-color: rgb(255,177,36); }

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

border-color css

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

 span { border-color: rgb(255,177,36); }

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