Html Css Color HEX #FDD638 Sunglow

📋 copy color: '#FDD638'

red 253 ◦ green 214 ◦ blue 56

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

Shades of Sunglow #FDD638

Tints of Sunglow #FDD638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.71%

R = 48.37%
G = 40.92%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FDD638 (or 0xFDD638) is known color: Sunglow. HEX triplet: FD, D6 and 38. RGB value is (253,214,56). Sum of RGB (Red+Green+Blue) = 253+214+56=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 56 (22.27% from 255 or 10.71% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD638 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD638 is #0229C7. Grayscale: #D0D0D0. Windows color (decimal): -141768 or 3725053. OLE color: 3725053.

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

Color convert

RGB 253 214 56 -
CMYK 0 0.15 0.78 0.01
HSL 48.12º 0.98% 0.61% -
HSV(B) 48.12º 0.78% 0.99% -
XYZ 65.27 69.26 13.67 -
YUV 207.65 42.42 160.35 -
System Red Green Blue C M Y K H S L
Decimal 253 214 56 0 0.15 0.78 0.01 48.12 0.98 0.61
Hex FD D6 38 0 F 4E 1 30 62 3D
Octal 375 326 70 0 17 116 1 60 142 75
Binary 11111101 11010110 111000 0 1111 1001110 1 110000 1100010 111101

Color Harmonies of #FDD638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD638

Black with #FDD638

Text Example


Text Example

White with #FDD638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD638; }

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

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

background-color css

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

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

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

border-color css

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

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

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