Html Css Color HEX #FDD438 Sunglow

📋 copy color: '#FDD438'

red 253 ◦ green 212 ◦ blue 56

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

Shades of Sunglow #FDD438

Tints of Sunglow #FDD438

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.69%

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

R = 48.56%
G = 40.69%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FDD438 (or 0xFDD438) is known color: Sunglow. HEX triplet: FD, D4 and 38. RGB value is (253,212,56). Sum of RGB (Red+Green+Blue) = 253+212+56=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 56 (22.27% from 255 or 10.75% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD438 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD438 is #022BC7. Grayscale: #CFCFCF. Windows color (decimal): -142280 or 3724541. OLE color: 3724541.

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

Color convert

RGB 253 212 56 -
CMYK 0 0.16 0.78 0.01
HSL 47.51º 0.98% 0.61% -
HSV(B) 47.51º 0.78% 0.99% -
XYZ 64.77 68.26 13.5 -
YUV 206.48 43.08 161.18 -
System Red Green Blue C M Y K H S L
Decimal 253 212 56 0 0.16 0.78 0.01 47.51 0.98 0.61
Hex FD D4 38 0 10 4E 1 30 62 3D
Octal 375 324 70 0 20 116 1 60 142 75
Binary 11111101 11010100 111000 0 10000 1001110 1 110000 1100010 111101

Color Harmonies of #FDD438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD438

Black with #FDD438

Text Example


Text Example

White with #FDD438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD438; }

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

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

background-color css

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

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

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

border-color css

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

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

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