Html Css Color HEX #FFFD38 Gorse

📋 copy color: '#FFFD38'

red 255 ◦ green 253 ◦ blue 56

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

Shades of Gorse #FFFD38

Tints of Gorse #FFFD38

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 255 253 56 -
CMYK 0 0.01 0.78 0
HSL 59.4º 1% 0.61% -
HSV(B) 59.4º 0.78% 1% -
XYZ 77.08 91.8 17.4 -
YUV 231.14 29.16 145.02 -
System Red Green Blue C M Y K H S L
Decimal 255 253 56 0 0.01 0.78 0 59.4 1 0.61
Hex FF FD 38 0 1 4E 0 3B 64 3D
Octal 377 375 70 0 1 116 0 73 144 75
Binary 11111111 11111101 111000 0 1 1001110 0 111011 1100100 111101

Color Harmonies of #FFFD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFD38

Black with #FFFD38

Text Example


Text Example

White with #FFFD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFD38; }

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

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

background-color css

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

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

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

border-color css

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

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

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