Html Css Color HEX #FDB32F Supernova

📋 copy color: '#FDB32F'

red 253 ◦ green 179 ◦ blue 47

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

Shades of Supernova #FDB32F

Tints of Supernova #FDB32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.81%

R = 52.82%
G = 37.37%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDB32F (or 0xFDB32F) is known color: Supernova. HEX triplet: FD, B3 and 2F. RGB value is (253,179,47). Sum of RGB (Red+Green+Blue) = 253+179+47=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 47 (18.75% from 255 or 9.81% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB32F is #024CD0. Grayscale: #BABABA. Windows color (decimal): -150737 or 3126269. OLE color: 3126269.

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

Color convert

RGB 253 179 47 -
CMYK 0 0.29 0.81 0.01
HSL 38.45º 0.98% 0.59% -
HSV(B) 38.45º 0.81% 0.99% -
XYZ 57.14 53.33 9.97 -
YUV 186.08 49.52 175.73 -
System Red Green Blue C M Y K H S L
Decimal 253 179 47 0 0.29 0.81 0.01 38.45 0.98 0.59
Hex FD B3 2F 0 1D 51 1 26 62 3B
Octal 375 263 57 0 35 121 1 46 142 73
Binary 11111101 10110011 101111 0 11101 1010001 1 100110 1100010 111011

Color Harmonies of #FDB32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB32F

Black with #FDB32F

Text Example


Text Example

White with #FDB32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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