Html Css Color HEX #FDFD30 Gorse

📋 copy color: '#FDFD30'

red 253 ◦ green 253 ◦ blue 48

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

Shades of Gorse #FDFD30

Tints of Gorse #FDFD30

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.67%

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

R = 45.67%
G = 45.67%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDFD30 (or 0xFDFD30) is known color: Gorse. HEX triplet: FD, FD and 30. RGB value is (253,253,48). Sum of RGB (Red+Green+Blue) = 253+253+48=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 48 (19.14% from 255 or 8.66% from 554); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFD30 is #0202CF. Grayscale: #E6E6E6. Windows color (decimal): -131792 or 3210749. OLE color: 3210749.

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

Color convert

RGB 253 253 48 -
CMYK 0 0 0.81 0.01
HSL 60º 0.98% 0.59% -
HSV(B) 60º 0.81% 0.99% -
XYZ 76.17 91.35 16.41 -
YUV 229.63 25.5 144.67 -
System Red Green Blue C M Y K H S L
Decimal 253 253 48 0 0 0.81 0.01 60 0.98 0.59
Hex FD FD 30 0 0 51 1 3C 62 3B
Octal 375 375 60 0 0 121 1 74 142 73
Binary 11111101 11111101 110000 0 0 1010001 1 111100 1100010 111011

Color Harmonies of #FDFD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD30

Black with #FDFD30

Text Example


Text Example

White with #FDFD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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