Html Css Color HEX #FDD33C Sunglow

📋 copy color: '#FDD33C'

red 253 ◦ green 211 ◦ blue 60

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

Shades of Sunglow #FDD33C

Tints of Sunglow #FDD33C

RGB

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

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

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

R = 48.28%
G = 40.27%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FDD33C (or 0xFDD33C) is known color: Sunglow. HEX triplet: FD, D3 and 3C. RGB value is (253,211,60). Sum of RGB (Red+Green+Blue) = 253+211+60=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 60 (23.83% from 255 or 11.45% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD33C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD33C is #022CC3. Grayscale: #CECECE. Windows color (decimal): -142532 or 3986429. OLE color: 3986429.

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

Color convert

RGB 253 211 60 -
CMYK 0 0.17 0.76 0.01
HSL 46.94º 0.98% 0.61% -
HSV(B) 46.94º 0.76% 0.99% -
XYZ 64.62 67.8 13.96 -
YUV 206.34 45.41 161.28 -
System Red Green Blue C M Y K H S L
Decimal 253 211 60 0 0.17 0.76 0.01 46.94 0.98 0.61
Hex FD D3 3C 0 11 4C 1 2F 62 3D
Octal 375 323 74 0 21 114 1 57 142 75
Binary 11111101 11010011 111100 0 10001 1001100 1 101111 1100010 111101

Color Harmonies of #FDD33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD33C

Black with #FDD33C

Text Example


Text Example

White with #FDD33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD33C; }

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

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

background-color css

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

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

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

border-color css

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

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

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