Html Css Color HEX #FCDF28 Gorse

📋 copy color: '#FCDF28'

red 252 ◦ green 223 ◦ blue 40

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

Shades of Gorse #FCDF28

Tints of Gorse #FCDF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.77%

R = 48.93%
G = 43.3%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCDF28 (or 0xFCDF28) is known color: Gorse. HEX triplet: FC, DF and 28. RGB value is (252,223,40). Sum of RGB (Red+Green+Blue) = 252+223+40=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 40 (16.02% from 255 or 7.77% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF28 is #0320D7. Grayscale: #D3D3D3. Windows color (decimal): -205016 or 2678780. OLE color: 2678780.

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

Color convert

RGB 252 223 40 -
CMYK 0 0.12 0.84 0.01
HSL 51.79º 0.97% 0.57% -
HSV(B) 51.79º 0.84% 0.99% -
XYZ 66.92 73.62 12.69 -
YUV 210.81 31.61 157.38 -
System Red Green Blue C M Y K H S L
Decimal 252 223 40 0 0.12 0.84 0.01 51.79 0.97 0.57
Hex FC DF 28 0 C 54 1 34 61 39
Octal 374 337 50 0 14 124 1 64 141 71
Binary 11111100 11011111 101000 0 1100 1010100 1 110100 1100001 111001

Color Harmonies of #FCDF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF28

Black with #FCDF28

Text Example


Text Example

White with #FCDF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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