Html Css Color HEX #FFB32A Supernova

📋 copy color: '#FFB32A'

red 255 ◦ green 179 ◦ blue 42

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

Shades of Supernova #FFB32A

Tints of Supernova #FFB32A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.61%

 BLUE value IS 42 (16.8% from 255) = 8.82%

R = 53.57%
G = 37.61%
B = 8.82%

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

#FFB32A (or 0xFFB32A) is known color: Supernova. HEX triplet: FF, B3 and 2A. RGB value is (255,179,42). Sum of RGB (Red+Green+Blue) = 255+179+42=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 42 (16.80% from 255 or 8.82% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB32A is #004CD5. Grayscale: #BABABA. Windows color (decimal): -19670 or 2798591. OLE color: 2798591.

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

Color convert

RGB 255 179 42 -
CMYK 0 0.30 0.84 0
HSL 38.59º 1% 0.58% -
HSV(B) 38.59º 0.84% 1% -
XYZ 57.78 53.67 9.5 -
YUV 186.11 46.68 177.14 -
System Red Green Blue C M Y K H S L
Decimal 255 179 42 0 0.30 0.84 0 38.59 1 0.58
Hex FF B3 2A 0 1E 54 0 27 64 3A
Octal 377 263 52 0 36 124 0 47 144 72
Binary 11111111 10110011 101010 0 11110 1010100 0 100111 1100100 111010

Color Harmonies of #FFB32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB32A

Black with #FFB32A

Text Example


Text Example

White with #FFB32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB32A; }

 p { color: rgb(255,179,42); }

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

background-color css

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

 a { background-color: rgb(255,179,42); }

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

border-color css

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

 span { border-color: rgb(255,179,42); }

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