Html Css Color HEX #FCDF22 Gorse

📋 copy color: '#FCDF22'

red 252 ◦ green 223 ◦ blue 34

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

Shades of Gorse #FCDF22

Tints of Gorse #FCDF22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.68%

R = 49.51%
G = 43.81%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCDF22 (or 0xFCDF22) is known color: Gorse. HEX triplet: FC, DF and 22. RGB value is (252,223,34). Sum of RGB (Red+Green+Blue) = 252+223+34=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 34 (13.67% from 255 or 6.68% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF22 is #0320DD. Grayscale: #D2D2D2. Windows color (decimal): -205022 or 2285564. OLE color: 2285564.

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

Color convert

RGB 252 223 34 -
CMYK 0 0.12 0.87 0.01
HSL 52.02º 0.97% 0.56% -
HSV(B) 52.02º 0.87% 0.99% -
XYZ 66.82 73.59 12.2 -
YUV 210.13 28.61 157.87 -
System Red Green Blue C M Y K H S L
Decimal 252 223 34 0 0.12 0.87 0.01 52.02 0.97 0.56
Hex FC DF 22 0 C 57 1 34 61 38
Octal 374 337 42 0 14 127 1 64 141 70
Binary 11111100 11011111 100010 0 1100 1010111 1 110100 1100001 111000

Color Harmonies of #FCDF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF22

Black with #FCDF22

Text Example


Text Example

White with #FCDF22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF22; }

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

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

background-color css

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

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

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

border-color css

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

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

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