Html Css Color HEX #FCF93B Gorse

📋 copy color: '#FCF93B'

red 252 ◦ green 249 ◦ blue 59

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

Shades of Gorse #FCF93B

Tints of Gorse #FCF93B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.46%

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

R = 45%
G = 44.46%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCF93B (or 0xFCF93B) is known color: Gorse. HEX triplet: FC, F9 and 3B. RGB value is (252,249,59). Sum of RGB (Red+Green+Blue) = 252+249+59=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 59 (23.44% from 255 or 10.54% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF93B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF93B is #0306C4. Grayscale: #E5E5E5. Windows color (decimal): -198341 or 3930620. OLE color: 3930620.

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

Color convert

RGB 252 249 59 -
CMYK 0 0.01 0.77 0.01
HSL 59.07º 0.97% 0.61% -
HSV(B) 59.07º 0.77% 0.99% -
XYZ 74.81 88.76 17.33 -
YUV 228.24 32.49 144.95 -
System Red Green Blue C M Y K H S L
Decimal 252 249 59 0 0.01 0.77 0.01 59.07 0.97 0.61
Hex FC F9 3B 0 1 4D 1 3B 61 3D
Octal 374 371 73 0 1 115 1 73 141 75
Binary 11111100 11111001 111011 0 1 1001101 1 111011 1100001 111101

Color Harmonies of #FCF93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF93B

Black with #FCF93B

Text Example


Text Example

White with #FCF93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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