Html Css Color HEX #FFB229 Supernova

📋 copy color: '#FFB229'

red 255 ◦ green 178 ◦ blue 41

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

Shades of Supernova #FFB229

Tints of Supernova #FFB229

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.55%

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

R = 53.8%
G = 37.55%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFB229 (or 0xFFB229) is known color: Supernova. HEX triplet: FF, B2 and 29. RGB value is (255,178,41). Sum of RGB (Red+Green+Blue) = 255+178+41=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 41 (16.41% from 255 or 8.65% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB229 is #004DD6. Grayscale: #BABABA. Windows color (decimal): -19927 or 2732799. OLE color: 2732799.

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

Color convert

RGB 255 178 41 -
CMYK 0 0.30 0.84 0
HSL 38.41º 1% 0.58% -
HSV(B) 38.41º 0.84% 1% -
XYZ 57.56 53.26 9.34 -
YUV 185.41 46.51 177.64 -
System Red Green Blue C M Y K H S L
Decimal 255 178 41 0 0.30 0.84 0 38.41 1 0.58
Hex FF B2 29 0 1E 54 0 26 64 3A
Octal 377 262 51 0 36 124 0 46 144 72
Binary 11111111 10110010 101001 0 11110 1010100 0 100110 1100100 111010

Color Harmonies of #FFB229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB229

Black with #FFB229

Text Example


Text Example

White with #FFB229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB229; }

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

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

background-color css

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

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

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

border-color css

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

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

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