Html Css Color HEX #FCDF42 Gorse

📋 copy color: '#FCDF42'

red 252 ◦ green 223 ◦ blue 66

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

Shades of Gorse #FCDF42

Tints of Gorse #FCDF42

RGB

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

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

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

R = 46.58%
G = 41.22%
B = 12.2%

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

#FCDF42 (or 0xFCDF42) is known color: Gorse. HEX triplet: FC, DF and 42. RGB value is (252,223,66). Sum of RGB (Red+Green+Blue) = 252+223+66=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 66 (26.17% from 255 or 12.20% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF42 is #0320BD. Grayscale: #D6D6D6. Windows color (decimal): -204990 or 4382716. OLE color: 4382716.

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

Color convert

RGB 252 223 66 -
CMYK 0 0.12 0.74 0.01
HSL 50.65º 0.97% 0.62% -
HSV(B) 50.65º 0.74% 0.99% -
XYZ 67.52 73.86 15.85 -
YUV 213.77 44.61 155.27 -
System Red Green Blue C M Y K H S L
Decimal 252 223 66 0 0.12 0.74 0.01 50.65 0.97 0.62
Hex FC DF 42 0 C 4A 1 33 61 3E
Octal 374 337 102 0 14 112 1 63 141 76
Binary 11111100 11011111 1000010 0 1100 1001010 1 110011 1100001 111110

Color Harmonies of #FCDF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF42

Black with #FCDF42

Text Example


Text Example

White with #FCDF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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