Html Css Color HEX #FDF13F Gorse

📋 copy color: '#FDF13F'

red 253 ◦ green 241 ◦ blue 63

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

Shades of Gorse #FDF13F

Tints of Gorse #FDF13F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.27%

 BLUE value IS 63 (25% from 255) = 11.31%

R = 45.42%
G = 43.27%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDF13F (or 0xFDF13F) is known color: Gorse. HEX triplet: FD, F1 and 3F. RGB value is (253,241,63). Sum of RGB (Red+Green+Blue) = 253+241+63=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 63 (25% from 255 or 11.31% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF13F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF13F is #020EC0. Grayscale: #E1E1E1. Windows color (decimal): -134849 or 4190717. OLE color: 4190717.

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

Color convert

RGB 253 241 63 -
CMYK 0 0.05 0.75 0.01
HSL 56.21º 0.98% 0.62% -
HSV(B) 56.21º 0.75% 0.99% -
XYZ 72.86 84.15 17.11 -
YUV 224.3 36.98 148.47 -
System Red Green Blue C M Y K H S L
Decimal 253 241 63 0 0.05 0.75 0.01 56.21 0.98 0.62
Hex FD F1 3F 0 5 4B 1 38 62 3E
Octal 375 361 77 0 5 113 1 70 142 76
Binary 11111101 11110001 111111 0 101 1001011 1 111000 1100010 111110

Color Harmonies of #FDF13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF13F

Black with #FDF13F

Text Example


Text Example

White with #FDF13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF13F; }

 p { color: rgb(253,241,63); }

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

background-color css

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

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

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

border-color css

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

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

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