Html Css Color HEX #FCF538 Gorse

📋 copy color: '#FCF538'

red 252 ◦ green 245 ◦ blue 56

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

Shades of Gorse #FCF538

Tints of Gorse #FCF538

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.3%

 BLUE value IS 56 (22.27% from 255) = 10.13%

R = 45.57%
G = 44.3%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FCF538 (or 0xFCF538) is known color: Gorse. HEX triplet: FC, F5 and 38. RGB value is (252,245,56). Sum of RGB (Red+Green+Blue) = 252+245+56=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 245 (96.09% from 255 or 44.30% from 553); Blue value is 56 (22.27% from 255 or 10.13% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF538 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF538 is #030AC7. Grayscale: #E2E2E2. Windows color (decimal): -199368 or 3732988. OLE color: 3732988.

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

Color convert

RGB 252 245 56 -
CMYK 0 0.03 0.78 0.01
HSL 57.86º 0.97% 0.6% -
HSV(B) 57.86º 0.78% 0.99% -
XYZ 73.51 86.29 16.52 -
YUV 225.55 32.32 146.87 -
System Red Green Blue C M Y K H S L
Decimal 252 245 56 0 0.03 0.78 0.01 57.86 0.97 0.6
Hex FC F5 38 0 3 4E 1 3A 61 3C
Octal 374 365 70 0 3 116 1 72 141 74
Binary 11111100 11110101 111000 0 11 1001110 1 111010 1100001 111100

Color Harmonies of #FCF538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF538

Black with #FCF538

Text Example


Text Example

White with #FCF538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF538; }

 p { color: rgb(252,245,56); }

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

background-color css

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

 a { background-color: rgb(252,245,56); }

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

border-color css

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

 span { border-color: rgb(252,245,56); }

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