Html Css Color HEX #FDD63B Sunglow

📋 copy color: '#FDD63B'

red 253 ◦ green 214 ◦ blue 59

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

Shades of Sunglow #FDD63B

Tints of Sunglow #FDD63B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.68%

 BLUE value IS 59 (23.44% from 255) = 11.22%

R = 48.1%
G = 40.68%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FDD63B (or 0xFDD63B) is known color: Sunglow. HEX triplet: FD, D6 and 3B. RGB value is (253,214,59). Sum of RGB (Red+Green+Blue) = 253+214+59=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 59 (23.44% from 255 or 11.22% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD63B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD63B is #0229C4. Grayscale: #D0D0D0. Windows color (decimal): -141765 or 3921661. OLE color: 3921661.

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

Color convert

RGB 253 214 59 -
CMYK 0 0.15 0.77 0.01
HSL 47.94º 0.98% 0.61% -
HSV(B) 47.94º 0.77% 0.99% -
XYZ 65.34 69.29 14.07 -
YUV 207.99 43.92 160.1 -
System Red Green Blue C M Y K H S L
Decimal 253 214 59 0 0.15 0.77 0.01 47.94 0.98 0.61
Hex FD D6 3B 0 F 4D 1 30 62 3D
Octal 375 326 73 0 17 115 1 60 142 75
Binary 11111101 11010110 111011 0 1111 1001101 1 110000 1100010 111101

Color Harmonies of #FDD63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD63B

Black with #FDD63B

Text Example


Text Example

White with #FDD63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD63B; }

 p { color: rgb(253,214,59); }

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

background-color css

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

 a { background-color: rgb(253,214,59); }

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

border-color css

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

 span { border-color: rgb(253,214,59); }

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