Html Css Color HEX #FCDB41 Gorse

📋 copy color: '#FCDB41'

red 252 ◦ green 219 ◦ blue 65

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

Shades of Gorse #FCDB41

Tints of Gorse #FCDB41

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.86%

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

R = 47.01%
G = 40.86%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCDB41 (or 0xFCDB41) is known color: Gorse. HEX triplet: FC, DB and 41. RGB value is (252,219,65). Sum of RGB (Red+Green+Blue) = 252+219+65=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 65 (25.78% from 255 or 12.13% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB41 is #0324BE. Grayscale: #D3D3D3. Windows color (decimal): -206015 or 4316156. OLE color: 4316156.

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

Color convert

RGB 252 219 65 -
CMYK 0 0.13 0.74 0.01
HSL 49.41º 0.97% 0.62% -
HSV(B) 49.41º 0.74% 0.99% -
XYZ 66.43 71.74 15.35 -
YUV 211.31 45.43 157.02 -
System Red Green Blue C M Y K H S L
Decimal 252 219 65 0 0.13 0.74 0.01 49.41 0.97 0.62
Hex FC DB 41 0 D 4A 1 31 61 3E
Octal 374 333 101 0 15 112 1 61 141 76
Binary 11111100 11011011 1000001 0 1101 1001010 1 110001 1100001 111110

Color Harmonies of #FCDB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB41

Black with #FCDB41

Text Example


Text Example

White with #FCDB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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