Html Css Color HEX #FFB632 Supernova

📋 copy color: '#FFB632'

red 255 ◦ green 182 ◦ blue 50

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

Shades of Supernova #FFB632

Tints of Supernova #FFB632

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.37%

 BLUE value IS 50 (19.92% from 255) = 10.27%

R = 52.36%
G = 37.37%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFB632 (or 0xFFB632) is known color: Supernova. HEX triplet: FF, B6 and 32. RGB value is (255,182,50). Sum of RGB (Red+Green+Blue) = 255+182+50=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 50 (19.92% from 255 or 10.27% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB632 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB632 is #0049CD. Grayscale: #BDBDBD. Windows color (decimal): -18894 or 3323647. OLE color: 3323647.

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

Color convert

RGB 255 182 50 -
CMYK 0 0.29 0.80 0
HSL 38.63º 1% 0.6% -
HSV(B) 38.63º 0.8% 1% -
XYZ 58.54 54.95 10.54 -
YUV 188.78 49.68 175.23 -
System Red Green Blue C M Y K H S L
Decimal 255 182 50 0 0.29 0.80 0 38.63 1 0.6
Hex FF B6 32 0 1D 50 0 27 64 3C
Octal 377 266 62 0 35 120 0 47 144 74
Binary 11111111 10110110 110010 0 11101 1010000 0 100111 1100100 111100

Color Harmonies of #FFB632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB632

Black with #FFB632

Text Example


Text Example

White with #FFB632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB632; }

 p { color: rgb(255,182,50); }

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

background-color css

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

 a { background-color: rgb(255,182,50); }

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

border-color css

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

 span { border-color: rgb(255,182,50); }

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