Html Css Color HEX #FCDF3B Gorse

📋 copy color: '#FCDF3B'

red 252 ◦ green 223 ◦ blue 59

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

Shades of Gorse #FCDF3B

Tints of Gorse #FCDF3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.05%

R = 47.19%
G = 41.76%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCDF3B (or 0xFCDF3B) is known color: Gorse. HEX triplet: FC, DF and 3B. RGB value is (252,223,59). Sum of RGB (Red+Green+Blue) = 252+223+59=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 59 (23.44% from 255 or 11.05% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF3B is #0320C4. Grayscale: #D5D5D5. Windows color (decimal): -204997 or 3923964. OLE color: 3923964.

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

Color convert

RGB 252 223 59 -
CMYK 0 0.12 0.77 0.01
HSL 50.98º 0.97% 0.61% -
HSV(B) 50.98º 0.77% 0.99% -
XYZ 67.32 73.79 14.83 -
YUV 212.98 41.11 155.84 -
System Red Green Blue C M Y K H S L
Decimal 252 223 59 0 0.12 0.77 0.01 50.98 0.97 0.61
Hex FC DF 3B 0 C 4D 1 33 61 3D
Octal 374 337 73 0 14 115 1 63 141 75
Binary 11111100 11011111 111011 0 1100 1001101 1 110011 1100001 111101

Color Harmonies of #FCDF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF3B

Black with #FCDF3B

Text Example


Text Example

White with #FCDF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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