Html Css Color HEX #FDB82A Supernova

📋 copy color: '#FDB82A'

red 253 ◦ green 184 ◦ blue 42

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

Shades of Supernova #FDB82A

Tints of Supernova #FDB82A

RGB

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

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

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

R = 52.82%
G = 38.41%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDB82A (or 0xFDB82A) is known color: Supernova. HEX triplet: FD, B8 and 2A. RGB value is (253,184,42). Sum of RGB (Red+Green+Blue) = 253+184+42=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 42 (16.80% from 255 or 8.77% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB82A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB82A is #0247D5. Grayscale: #BDBDBD. Windows color (decimal): -149462 or 2799869. OLE color: 2799869.

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

Color convert

RGB 253 184 42 -
CMYK 0 0.27 0.83 0.01
HSL 40.38º 0.98% 0.58% -
HSV(B) 40.38º 0.83% 0.99% -
XYZ 58.07 55.33 9.81 -
YUV 188.44 45.36 174.05 -
System Red Green Blue C M Y K H S L
Decimal 253 184 42 0 0.27 0.83 0.01 40.38 0.98 0.58
Hex FD B8 2A 0 1B 53 1 28 62 3A
Octal 375 270 52 0 33 123 1 50 142 72
Binary 11111101 10111000 101010 0 11011 1010011 1 101000 1100010 111010

Color Harmonies of #FDB82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB82A

Black with #FDB82A

Text Example


Text Example

White with #FDB82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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