Html Css Color HEX #FDFF30 Gorse

📋 copy color: '#FDFF30'

red 253 ◦ green 255 ◦ blue 48

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

Shades of Gorse #FDFF30

Tints of Gorse #FDFF30

RGB

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

 GREEN value IS 255 (100% from 255) = 45.86%

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

R = 45.5%
G = 45.86%
B = 8.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FDFF30 (or 0xFDFF30) is known color: Gorse. HEX triplet: FD, FF and 30. RGB value is (253,255,48). Sum of RGB (Red+Green+Blue) = 253+255+48=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 48 (19.14% from 255 or 8.63% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF30 is #0200CF. Grayscale: #E7E7E7. Windows color (decimal): -131280 or 3211261. OLE color: 3211261.

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

Color convert

RGB 253 255 48 -
CMYK 0.01 0 0.81 0
HSL 60.58º 1% 0.59% -
HSV(B) 60.58º 0.81% 1% -
XYZ 76.8 92.62 16.63 -
YUV 230.8 24.84 143.83 -
System Red Green Blue C M Y K H S L
Decimal 253 255 48 0.01 0 0.81 0 60.58 1 0.59
Hex FD FF 30 1 0 51 0 3D 64 3B
Octal 375 377 60 1 0 121 0 75 144 73
Binary 11111101 11111111 110000 1 0 1010001 0 111101 1100100 111011

Color Harmonies of #FDFF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFF30

Black with #FDFF30

Text Example


Text Example

White with #FDFF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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