Html Css Color HEX #FCDB42 Gorse

📋 copy color: '#FCDB42'

red 252 ◦ green 219 ◦ blue 66

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

Shades of Gorse #FCDB42

Tints of Gorse #FCDB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.29%

R = 46.93%
G = 40.78%
B = 12.29%

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

#FCDB42 (or 0xFCDB42) is known color: Gorse. HEX triplet: FC, DB and 42. RGB value is (252,219,66). Sum of RGB (Red+Green+Blue) = 252+219+66=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 66 (26.17% from 255 or 12.29% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB42 is #0324BD. Grayscale: #D4D4D4. Windows color (decimal): -206014 or 4381692. OLE color: 4381692.

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

Color convert

RGB 252 219 66 -
CMYK 0 0.13 0.74 0.01
HSL 49.35º 0.97% 0.62% -
HSV(B) 49.35º 0.74% 0.99% -
XYZ 66.46 71.75 15.5 -
YUV 211.43 45.93 156.94 -
System Red Green Blue C M Y K H S L
Decimal 252 219 66 0 0.13 0.74 0.01 49.35 0.97 0.62
Hex FC DB 42 0 D 4A 1 31 61 3E
Octal 374 333 102 0 15 112 1 61 141 76
Binary 11111100 11011011 1000010 0 1101 1001010 1 110001 1100001 111110

Color Harmonies of #FCDB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB42

Black with #FCDB42

Text Example


Text Example

White with #FCDB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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