Html Css Color HEX #FCDF41 Gorse

📋 copy color: '#FCDF41'

red 252 ◦ green 223 ◦ blue 65

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

Shades of Gorse #FCDF41

Tints of Gorse #FCDF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.04%

R = 46.67%
G = 41.3%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCDF41 (or 0xFCDF41) is known color: Gorse. HEX triplet: FC, DF and 41. RGB value is (252,223,65). Sum of RGB (Red+Green+Blue) = 252+223+65=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 65 (25.78% from 255 or 12.04% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF41 is #0320BE. Grayscale: #D6D6D6. Windows color (decimal): -204991 or 4317180. OLE color: 4317180.

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

Color convert

RGB 252 223 65 -
CMYK 0 0.12 0.74 0.01
HSL 50.7º 0.97% 0.62% -
HSV(B) 50.7º 0.74% 0.99% -
XYZ 67.49 73.85 15.7 -
YUV 213.66 44.11 155.35 -
System Red Green Blue C M Y K H S L
Decimal 252 223 65 0 0.12 0.74 0.01 50.7 0.97 0.62
Hex FC DF 41 0 C 4A 1 33 61 3E
Octal 374 337 101 0 14 112 1 63 141 76
Binary 11111100 11011111 1000001 0 1100 1001010 1 110011 1100001 111110

Color Harmonies of #FCDF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF41

Black with #FCDF41

Text Example


Text Example

White with #FCDF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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