Html Css Color HEX #FCF235 Gorse

📋 copy color: '#FCF235'

red 252 ◦ green 242 ◦ blue 53

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

Shades of Gorse #FCF235

Tints of Gorse #FCF235

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.24%

 BLUE value IS 53 (21.09% from 255) = 9.69%

R = 46.07%
G = 44.24%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCF235 (or 0xFCF235) is known color: Gorse. HEX triplet: FC, F2 and 35. RGB value is (252,242,53). Sum of RGB (Red+Green+Blue) = 252+242+53=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 53 (21.09% from 255 or 9.69% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF235 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF235 is #030DCA. Grayscale: #E0E0E0. Windows color (decimal): -200139 or 3535612. OLE color: 3535612.

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

Color convert

RGB 252 242 53 -
CMYK 0 0.04 0.79 0.01
HSL 56.98º 0.97% 0.6% -
HSV(B) 56.98º 0.79% 0.99% -
XYZ 72.54 84.46 15.85 -
YUV 223.44 31.81 148.37 -
System Red Green Blue C M Y K H S L
Decimal 252 242 53 0 0.04 0.79 0.01 56.98 0.97 0.6
Hex FC F2 35 0 4 4F 1 39 61 3C
Octal 374 362 65 0 4 117 1 71 141 74
Binary 11111100 11110010 110101 0 100 1001111 1 111001 1100001 111100

Color Harmonies of #FCF235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF235

Black with #FCF235

Text Example


Text Example

White with #FCF235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF235; }

 p { color: rgb(252,242,53); }

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

background-color css

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

 a { background-color: rgb(252,242,53); }

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

border-color css

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

 span { border-color: rgb(252,242,53); }

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