Html Css Color HEX #FCDF45 Gorse

📋 copy color: '#FCDF45'

red 252 ◦ green 223 ◦ blue 69

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

Shades of Gorse #FCDF45

Tints of Gorse #FCDF45

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.99%

 BLUE value IS 69 (27.34% from 255) = 12.68%

R = 46.32%
G = 40.99%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCDF45 (or 0xFCDF45) is known color: Gorse. HEX triplet: FC, DF and 45. RGB value is (252,223,69). Sum of RGB (Red+Green+Blue) = 252+223+69=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 69 (27.34% from 255 or 12.68% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF45 is #0320BA. Grayscale: #D6D6D6. Windows color (decimal): -204987 or 4579324. OLE color: 4579324.

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

Color convert

RGB 252 223 69 -
CMYK 0 0.12 0.73 0.01
HSL 50.49º 0.97% 0.63% -
HSV(B) 50.49º 0.73% 0.99% -
XYZ 67.61 73.9 16.33 -
YUV 214.12 46.11 155.02 -
System Red Green Blue C M Y K H S L
Decimal 252 223 69 0 0.12 0.73 0.01 50.49 0.97 0.63
Hex FC DF 45 0 C 49 1 32 61 3F
Octal 374 337 105 0 14 111 1 62 141 77
Binary 11111100 11011111 1000101 0 1100 1001001 1 110010 1100001 111111

Color Harmonies of #FCDF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF45

Black with #FCDF45

Text Example


Text Example

White with #FCDF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF45; }

 p { color: rgb(252,223,69); }

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

background-color css

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

 a { background-color: rgb(252,223,69); }

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

border-color css

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

 span { border-color: rgb(252,223,69); }

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