Html Css Color HEX #FCCD31 Sunglow

📋 copy color: '#FCCD31'

red 252 ◦ green 205 ◦ blue 49

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

Shades of Sunglow #FCCD31

Tints of Sunglow #FCCD31

RGB

 RED value IS 252 (98.83% from 255) = 49.8%

 GREEN value IS 205 (80.47% from 255) = 40.51%

 BLUE value IS 49 (19.53% from 255) = 9.68%

R = 49.8%
G = 40.51%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCCD31 (or 0xFCCD31) is known color: Sunglow. HEX triplet: FC, CD and 31. RGB value is (252,205,49). Sum of RGB (Red+Green+Blue) = 252+205+49=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 49 (19.53% from 255 or 9.68% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD31 is #0332CE. Grayscale: #C9C9C9. Windows color (decimal): -209615 or 3263996. OLE color: 3263996.

HSL color Cylindrical-coordinate representation of color #FCCD31: hue angle of 46.11º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCCD31 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 205 49 -
CMYK 0 0.19 0.81 0.01
HSL 46.11º 0.97% 0.59% -
HSV(B) 46.11º 0.81% 0.99% -
XYZ 62.53 64.58 12.08 -
YUV 201.27 42.07 164.18 -
System Red Green Blue C M Y K H S L
Decimal 252 205 49 0 0.19 0.81 0.01 46.11 0.97 0.59
Hex FC CD 31 0 13 51 1 2E 61 3B
Octal 374 315 61 0 23 121 1 56 141 73
Binary 11111100 11001101 110001 0 10011 1010001 1 101110 1100001 111011

Color Harmonies of #FCCD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD31

Black with #FCCD31

Text Example


Text Example

White with #FCCD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD31; }

 p { color: rgb(252,205,49); }

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

background-color css

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

 a { background-color: rgb(252,205,49); }

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

border-color css

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

 span { border-color: rgb(252,205,49); }

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