Html Css Color HEX #FFB929 Supernova

📋 copy color: '#FFB929'

red 255 ◦ green 185 ◦ blue 41

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

Shades of Supernova #FFB929

Tints of Supernova #FFB929

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.46%

 BLUE value IS 41 (16.41% from 255) = 8.52%

R = 53.01%
G = 38.46%
B = 8.52%

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

#FFB929 (or 0xFFB929) is known color: Supernova. HEX triplet: FF, B9 and 29. RGB value is (255,185,41). Sum of RGB (Red+Green+Blue) = 255+185+41=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 41 (16.41% from 255 or 8.52% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB929 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB929 is #0046D6. Grayscale: #BEBEBE. Windows color (decimal): -18135 or 2734591. OLE color: 2734591.

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

Color convert

RGB 255 185 41 -
CMYK 0 0.27 0.84 0
HSL 40.37º 1% 0.58% -
HSV(B) 40.37º 0.84% 1% -
XYZ 58.99 56.12 9.82 -
YUV 189.51 44.19 174.71 -
System Red Green Blue C M Y K H S L
Decimal 255 185 41 0 0.27 0.84 0 40.37 1 0.58
Hex FF B9 29 0 1B 54 0 28 64 3A
Octal 377 271 51 0 33 124 0 50 144 72
Binary 11111111 10111001 101001 0 11011 1010100 0 101000 1100100 111010

Color Harmonies of #FFB929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB929

Black with #FFB929

Text Example


Text Example

White with #FFB929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB929; }

 p { color: rgb(255,185,41); }

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

background-color css

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

 a { background-color: rgb(255,185,41); }

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

border-color css

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

 span { border-color: rgb(255,185,41); }

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