Html Css Color HEX #FDD338 Sunglow

📋 copy color: '#FDD338'

red 253 ◦ green 211 ◦ blue 56

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

Shades of Sunglow #FDD338

Tints of Sunglow #FDD338

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.58%

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

R = 48.65%
G = 40.58%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FDD338 (or 0xFDD338) is known color: Sunglow. HEX triplet: FD, D3 and 38. RGB value is (253,211,56). Sum of RGB (Red+Green+Blue) = 253+211+56=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 56 (22.27% from 255 or 10.77% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD338 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD338 is #022CC7. Grayscale: #CECECE. Windows color (decimal): -142536 or 3724285. OLE color: 3724285.

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

Color convert

RGB 253 211 56 -
CMYK 0 0.17 0.78 0.01
HSL 47.21º 0.98% 0.61% -
HSV(B) 47.21º 0.78% 0.99% -
XYZ 64.52 67.76 13.42 -
YUV 205.89 43.41 161.6 -
System Red Green Blue C M Y K H S L
Decimal 253 211 56 0 0.17 0.78 0.01 47.21 0.98 0.61
Hex FD D3 38 0 11 4E 1 2F 62 3D
Octal 375 323 70 0 21 116 1 57 142 75
Binary 11111101 11010011 111000 0 10001 1001110 1 101111 1100010 111101

Color Harmonies of #FDD338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD338

Black with #FDD338

Text Example


Text Example

White with #FDD338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD338; }

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

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

background-color css

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

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

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

border-color css

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

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

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