Html Css Color HEX #FDD82B Sunglow

📋 copy color: '#FDD82B'

red 253 ◦ green 216 ◦ blue 43

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

Shades of Sunglow #FDD82B

Tints of Sunglow #FDD82B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.19%

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

R = 49.41%
G = 42.19%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDD82B (or 0xFDD82B) is known color: Sunglow. HEX triplet: FD, D8 and 2B. RGB value is (253,216,43). Sum of RGB (Red+Green+Blue) = 253+216+43=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 43 (17.19% from 255 or 8.40% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD82B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD82B is #0227D4. Grayscale: #D0D0D0. Windows color (decimal): -141269 or 2873597. OLE color: 2873597.

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

Color convert

RGB 253 216 43 -
CMYK 0 0.15 0.83 0.01
HSL 49.43º 0.98% 0.58% -
HSV(B) 49.43º 0.83% 0.99% -
XYZ 65.5 70.17 12.38 -
YUV 207.34 35.26 160.57 -
System Red Green Blue C M Y K H S L
Decimal 253 216 43 0 0.15 0.83 0.01 49.43 0.98 0.58
Hex FD D8 2B 0 F 53 1 31 62 3A
Octal 375 330 53 0 17 123 1 61 142 72
Binary 11111101 11011000 101011 0 1111 1010011 1 110001 1100010 111010

Color Harmonies of #FDD82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD82B

Black with #FDD82B

Text Example


Text Example

White with #FDD82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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