Html Css Color HEX #FDFF38 Gorse

📋 copy color: '#FDFF38'

red 253 ◦ green 255 ◦ blue 56

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

Shades of Gorse #FDFF38

Tints of Gorse #FDFF38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 9.93%

R = 44.86%
G = 45.21%
B = 9.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FDFF38 (or 0xFDFF38) is known color: Gorse. HEX triplet: FD, FF and 38. RGB value is (253,255,56). Sum of RGB (Red+Green+Blue) = 253+255+56=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 56 (22.27% from 255 or 9.93% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF38 is #0200C7. Grayscale: #E8E8E8. Windows color (decimal): -131272 or 3735549. OLE color: 3735549.

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

Color convert

RGB 253 255 56 -
CMYK 0.01 0 0.78 0
HSL 60.6º 1% 0.61% -
HSV(B) 60.6º 0.78% 1% -
XYZ 76.98 92.69 17.57 -
YUV 231.72 28.84 143.18 -
System Red Green Blue C M Y K H S L
Decimal 253 255 56 0.01 0 0.78 0 60.6 1 0.61
Hex FD FF 38 1 0 4E 0 3D 64 3D
Octal 375 377 70 1 0 116 0 75 144 75
Binary 11111101 11111111 111000 1 0 1001110 0 111101 1100100 111101

Color Harmonies of #FDFF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFF38

Black with #FDFF38

Text Example


Text Example

White with #FDFF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFF38; }

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

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

background-color css

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

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

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

border-color css

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

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

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