Html Css Color HEX #FCD430 Sunglow

📋 copy color: '#FCD430'

red 252 ◦ green 212 ◦ blue 48

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

Shades of Sunglow #FCD430

Tints of Sunglow #FCD430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.38%

R = 49.22%
G = 41.41%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCD430 (or 0xFCD430) is known color: Sunglow. HEX triplet: FC, D4 and 30. RGB value is (252,212,48). Sum of RGB (Red+Green+Blue) = 252+212+48=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 48 (19.14% from 255 or 9.38% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD430 is #032BCF. Grayscale: #CDCDCD. Windows color (decimal): -207824 or 3200252. OLE color: 3200252.

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

Color convert

RGB 252 212 48 -
CMYK 0 0.16 0.81 0.01
HSL 48.24º 0.97% 0.59% -
HSV(B) 48.24º 0.81% 0.99% -
XYZ 64.22 68 12.54 -
YUV 205.26 39.25 161.34 -
System Red Green Blue C M Y K H S L
Decimal 252 212 48 0 0.16 0.81 0.01 48.24 0.97 0.59
Hex FC D4 30 0 10 51 1 30 61 3B
Octal 374 324 60 0 20 121 1 60 141 73
Binary 11111100 11010100 110000 0 10000 1010001 1 110000 1100001 111011

Color Harmonies of #FCD430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD430

Black with #FCD430

Text Example


Text Example

White with #FCD430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD430; }

 p { color: rgb(252,212,48); }

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

background-color css

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

 a { background-color: rgb(252,212,48); }

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

border-color css

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

 span { border-color: rgb(252,212,48); }

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