Html Css Color HEX #FCF52B Gorse

📋 copy color: '#FCF52B'

red 252 ◦ green 245 ◦ blue 43

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

Shades of Gorse #FCF52B

Tints of Gorse #FCF52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 7.96%

R = 46.67%
G = 45.37%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCF52B (or 0xFCF52B) is known color: Gorse. HEX triplet: FC, F5 and 2B. RGB value is (252,245,43). Sum of RGB (Red+Green+Blue) = 252+245+43=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 245 (96.09% from 255 or 45.37% from 540); Blue value is 43 (17.19% from 255 or 7.96% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF52B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF52B is #030AD4. Grayscale: #E0E0E0. Windows color (decimal): -199381 or 2881020. OLE color: 2881020.

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

Color convert

RGB 252 245 43 -
CMYK 0 0.03 0.83 0.01
HSL 57.99º 0.97% 0.58% -
HSV(B) 57.99º 0.83% 0.99% -
XYZ 73.23 86.17 15.06 -
YUV 224.07 25.82 147.93 -
System Red Green Blue C M Y K H S L
Decimal 252 245 43 0 0.03 0.83 0.01 57.99 0.97 0.58
Hex FC F5 2B 0 3 53 1 3A 61 3A
Octal 374 365 53 0 3 123 1 72 141 72
Binary 11111100 11110101 101011 0 11 1010011 1 111010 1100001 111010

Color Harmonies of #FCF52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF52B

Black with #FCF52B

Text Example


Text Example

White with #FCF52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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