Html Css Color HEX #FDB82F Supernova

📋 copy color: '#FDB82F'

red 253 ◦ green 184 ◦ blue 47

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

Shades of Supernova #FDB82F

Tints of Supernova #FDB82F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.02%

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

R = 52.27%
G = 38.02%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDB82F (or 0xFDB82F) is known color: Supernova. HEX triplet: FD, B8 and 2F. RGB value is (253,184,47). Sum of RGB (Red+Green+Blue) = 253+184+47=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 47 (18.75% from 255 or 9.71% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB82F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB82F is #0247D0. Grayscale: #BDBDBD. Windows color (decimal): -149457 or 3127549. OLE color: 3127549.

HSL color Cylindrical-coordinate representation of color #FDB82F: hue angle of 39.9º 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 #FDB82F is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 184 47 -
CMYK 0 0.27 0.81 0.01
HSL 39.9º 0.98% 0.59% -
HSV(B) 39.9º 0.81% 0.99% -
XYZ 58.16 55.37 10.31 -
YUV 189.01 47.86 173.64 -
System Red Green Blue C M Y K H S L
Decimal 253 184 47 0 0.27 0.81 0.01 39.9 0.98 0.59
Hex FD B8 2F 0 1B 51 1 28 62 3B
Octal 375 270 57 0 33 121 1 50 142 73
Binary 11111101 10111000 101111 0 11011 1010001 1 101000 1100010 111011

Color Harmonies of #FDB82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB82F

Black with #FDB82F

Text Example


Text Example

White with #FDB82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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