Html Css Color HEX #FCD52B Sunglow

📋 copy color: '#FCD52B'

red 252 ◦ green 213 ◦ blue 43

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

Shades of Sunglow #FCD52B

Tints of Sunglow #FCD52B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.93%

 BLUE value IS 43 (17.19% from 255) = 8.46%

R = 49.61%
G = 41.93%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCD52B (or 0xFCD52B) is known color: Sunglow. HEX triplet: FC, D5 and 2B. RGB value is (252,213,43). Sum of RGB (Red+Green+Blue) = 252+213+43=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 43 (17.19% from 255 or 8.46% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD52B is #032AD4. Grayscale: #CDCDCD. Windows color (decimal): -207573 or 2872828. OLE color: 2872828.

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

Color convert

RGB 252 213 43 -
CMYK 0 0.15 0.83 0.01
HSL 48.8º 0.97% 0.58% -
HSV(B) 48.8º 0.83% 0.99% -
XYZ 64.38 68.46 12.11 -
YUV 205.28 36.42 161.32 -
System Red Green Blue C M Y K H S L
Decimal 252 213 43 0 0.15 0.83 0.01 48.8 0.97 0.58
Hex FC D5 2B 0 F 53 1 31 61 3A
Octal 374 325 53 0 17 123 1 61 141 72
Binary 11111100 11010101 101011 0 1111 1010011 1 110001 1100001 111010

Color Harmonies of #FCD52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD52B

Black with #FCD52B

Text Example


Text Example

White with #FCD52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD52B; }

 p { color: rgb(252,213,43); }

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

background-color css

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

 a { background-color: rgb(252,213,43); }

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

border-color css

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

 span { border-color: rgb(252,213,43); }

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