Html Css Color HEX #FDD635 Sunglow

📋 copy color: '#FDD635'

red 253 ◦ green 214 ◦ blue 53

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

Shades of Sunglow #FDD635

Tints of Sunglow #FDD635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.19%

R = 48.65%
G = 41.15%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDD635 (or 0xFDD635) is known color: Sunglow. HEX triplet: FD, D6 and 35. RGB value is (253,214,53). Sum of RGB (Red+Green+Blue) = 253+214+53=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 53 (21.09% from 255 or 10.19% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD635 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD635 is #0229CA. Grayscale: #CFCFCF. Windows color (decimal): -141771 or 3528445. OLE color: 3528445.

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

Color convert

RGB 253 214 53 -
CMYK 0 0.15 0.79 0.01
HSL 48.3º 0.98% 0.6% -
HSV(B) 48.3º 0.79% 0.99% -
XYZ 65.2 69.23 13.3 -
YUV 207.31 40.92 160.59 -
System Red Green Blue C M Y K H S L
Decimal 253 214 53 0 0.15 0.79 0.01 48.3 0.98 0.6
Hex FD D6 35 0 F 4F 1 30 62 3C
Octal 375 326 65 0 17 117 1 60 142 74
Binary 11111101 11010110 110101 0 1111 1001111 1 110000 1100010 111100

Color Harmonies of #FDD635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD635

Black with #FDD635

Text Example


Text Example

White with #FDD635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD635; }

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

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

background-color css

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

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

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

border-color css

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

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

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