Html Css Color HEX #FFB323 Supernova

📋 copy color: '#FFB323'

red 255 ◦ green 179 ◦ blue 35

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

Shades of Supernova #FFB323

Tints of Supernova #FFB323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.46%

R = 54.37%
G = 38.17%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FFB323 (or 0xFFB323) is known color: Supernova. HEX triplet: FF, B3 and 23. RGB value is (255,179,35). Sum of RGB (Red+Green+Blue) = 255+179+35=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 35 (14.06% from 255 or 7.46% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB323 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB323 is #004CDC. Grayscale: #B9B9B9. Windows color (decimal): -19677 or 2339839. OLE color: 2339839.

HSL color Cylindrical-coordinate representation of color #FFB323: hue angle of 39.27º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFB323 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.

Color convert

RGB 255 179 35 -
CMYK 0 0.30 0.86 0
HSL 39.27º 1% 0.57% -
HSV(B) 39.27º 0.86% 1% -
XYZ 57.66 53.62 8.9 -
YUV 185.31 43.18 177.71 -
System Red Green Blue C M Y K H S L
Decimal 255 179 35 0 0.30 0.86 0 39.27 1 0.57
Hex FF B3 23 0 1E 56 0 27 64 39
Octal 377 263 43 0 36 126 0 47 144 71
Binary 11111111 10110011 100011 0 11110 1010110 0 100111 1100100 111001

Color Harmonies of #FFB323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB323

Black with #FFB323

Text Example


Text Example

White with #FFB323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB323; }

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

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

background-color css

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

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

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

border-color css

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

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

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