Html Css Color HEX #FDD63C Sunglow

📋 copy color: '#FDD63C'

red 253 ◦ green 214 ◦ blue 60

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

Shades of Sunglow #FDD63C

Tints of Sunglow #FDD63C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.39%

R = 48.01%
G = 40.61%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FDD63C (or 0xFDD63C) is known color: Sunglow. HEX triplet: FD, D6 and 3C. RGB value is (253,214,60). Sum of RGB (Red+Green+Blue) = 253+214+60=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 60 (23.83% from 255 or 11.39% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD63C is #0229C3. Grayscale: #D0D0D0. Windows color (decimal): -141764 or 3987197. OLE color: 3987197.

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

Color convert

RGB 253 214 60 -
CMYK 0 0.15 0.76 0.01
HSL 47.88º 0.98% 0.61% -
HSV(B) 47.88º 0.76% 0.99% -
XYZ 65.37 69.3 14.21 -
YUV 208.11 44.42 160.02 -
System Red Green Blue C M Y K H S L
Decimal 253 214 60 0 0.15 0.76 0.01 47.88 0.98 0.61
Hex FD D6 3C 0 F 4C 1 30 62 3D
Octal 375 326 74 0 17 114 1 60 142 75
Binary 11111101 11010110 111100 0 1111 1001100 1 110000 1100010 111101

Color Harmonies of #FDD63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD63C

Black with #FDD63C

Text Example


Text Example

White with #FDD63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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