Html Css Color HEX #FFB029 Supernova

📋 copy color: '#FFB029'

red 255 ◦ green 176 ◦ blue 41

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

Shades of Supernova #FFB029

Tints of Supernova #FFB029

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.29%

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

R = 54.03%
G = 37.29%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFB029 (or 0xFFB029) is known color: Supernova. HEX triplet: FF, B0 and 29. RGB value is (255,176,41). Sum of RGB (Red+Green+Blue) = 255+176+41=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 41 (16.41% from 255 or 8.69% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB029 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB029 is #004FD6. Grayscale: #B8B8B8. Windows color (decimal): -20439 or 2732287. OLE color: 2732287.

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

Color convert

RGB 255 176 41 -
CMYK 0 0.31 0.84 0
HSL 37.85º 1% 0.58% -
HSV(B) 37.85º 0.84% 1% -
XYZ 57.17 52.47 9.21 -
YUV 184.23 47.17 178.48 -
System Red Green Blue C M Y K H S L
Decimal 255 176 41 0 0.31 0.84 0 37.85 1 0.58
Hex FF B0 29 0 1F 54 0 26 64 3A
Octal 377 260 51 0 37 124 0 46 144 72
Binary 11111111 10110000 101001 0 11111 1010100 0 100110 1100100 111010

Color Harmonies of #FFB029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB029

Black with #FFB029

Text Example


Text Example

White with #FFB029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB029; }

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

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

background-color css

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

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

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

border-color css

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

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

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