Html Css Color HEX #FDB32B Supernova

📋 copy color: '#FDB32B'

red 253 ◦ green 179 ◦ blue 43

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

Shades of Supernova #FDB32B

Tints of Supernova #FDB32B

RGB

 RED value IS 253 (99.22% from 255) = 53.26%

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

 BLUE value IS 43 (17.19% from 255) = 9.05%

R = 53.26%
G = 37.68%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDB32B (or 0xFDB32B) is known color: Supernova. HEX triplet: FD, B3 and 2B. RGB value is (253,179,43). Sum of RGB (Red+Green+Blue) = 253+179+43=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 43 (17.19% from 255 or 9.05% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB32B is #024CD4. Grayscale: #BABABA. Windows color (decimal): -150741 or 2864125. OLE color: 2864125.

HSL color Cylindrical-coordinate representation of color #FDB32B: hue angle of 38.86º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDB32B is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 179 43 -
CMYK 0 0.29 0.83 0.01
HSL 38.86º 0.98% 0.58% -
HSV(B) 38.86º 0.83% 0.99% -
XYZ 57.06 53.3 9.57 -
YUV 185.62 47.52 176.06 -
System Red Green Blue C M Y K H S L
Decimal 253 179 43 0 0.29 0.83 0.01 38.86 0.98 0.58
Hex FD B3 2B 0 1D 53 1 27 62 3A
Octal 375 263 53 0 35 123 1 47 142 72
Binary 11111101 10110011 101011 0 11101 1010011 1 100111 1100010 111010

Color Harmonies of #FDB32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB32B

Black with #FDB32B

Text Example


Text Example

White with #FDB32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB32B; }

 p { color: rgb(253,179,43); }

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

background-color css

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

 a { background-color: rgb(253,179,43); }

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

border-color css

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

 span { border-color: rgb(253,179,43); }

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