Html Css Color HEX #FDFC30 Gorse

📋 copy color: '#FDFC30'

red 253 ◦ green 252 ◦ blue 48

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

Shades of Gorse #FDFC30

Tints of Gorse #FDFC30

RGB

 RED value IS 253 (99.22% from 255) = 45.75%

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

 BLUE value IS 48 (19.14% from 255) = 8.68%

R = 45.75%
G = 45.57%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDFC30 (or 0xFDFC30) is known color: Gorse. HEX triplet: FD, FC and 30. RGB value is (253,252,48). Sum of RGB (Red+Green+Blue) = 253+252+48=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 48 (19.14% from 255 or 8.68% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC30 is #0203CF. Grayscale: #E5E5E5. Windows color (decimal): -132048 or 3210493. OLE color: 3210493.

HSL color Cylindrical-coordinate representation of color #FDFC30: hue angle of 59.71º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDFC30 is Cyan = 0, Magento = 0.00, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 252 48 -
CMYK 0 0.00 0.81 0.01
HSL 59.71º 0.98% 0.59% -
HSV(B) 59.71º 0.81% 0.99% -
XYZ 75.85 90.72 16.31 -
YUV 229.04 25.83 145.09 -
System Red Green Blue C M Y K H S L
Decimal 253 252 48 0 0.00 0.81 0.01 59.71 0.98 0.59
Hex FD FC 30 0 0 51 1 3C 62 3B
Octal 375 374 60 0 0 121 1 74 142 73
Binary 11111101 11111100 110000 0 0 1010001 1 111100 1100010 111011

Color Harmonies of #FDFC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFC30

Black with #FDFC30

Text Example


Text Example

White with #FDFC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFC30; }

 p { color: rgb(253,252,48); }

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

background-color css

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

 a { background-color: rgb(253,252,48); }

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

border-color css

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

 span { border-color: rgb(253,252,48); }

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