Html Css Color HEX #FCCD34 Sunglow

📋 copy color: '#FCCD34'

red 252 ◦ green 205 ◦ blue 52

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

Shades of Sunglow #FCCD34

Tints of Sunglow #FCCD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.22%

R = 49.51%
G = 40.28%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCCD34 (or 0xFCCD34) is known color: Sunglow. HEX triplet: FC, CD and 34. RGB value is (252,205,52). Sum of RGB (Red+Green+Blue) = 252+205+52=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 52 (20.70% from 255 or 10.22% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD34 is #0332CB. Grayscale: #CACACA. Windows color (decimal): -209612 or 3460604. OLE color: 3460604.

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

Color convert

RGB 252 205 52 -
CMYK 0 0.19 0.79 0.01
HSL 45.9º 0.97% 0.6% -
HSV(B) 45.9º 0.79% 0.99% -
XYZ 62.6 64.61 12.42 -
YUV 201.61 43.57 163.94 -
System Red Green Blue C M Y K H S L
Decimal 252 205 52 0 0.19 0.79 0.01 45.9 0.97 0.6
Hex FC CD 34 0 13 4F 1 2E 61 3C
Octal 374 315 64 0 23 117 1 56 141 74
Binary 11111100 11001101 110100 0 10011 1001111 1 101110 1100001 111100

Color Harmonies of #FCCD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD34

Black with #FCCD34

Text Example


Text Example

White with #FCCD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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