Html Css Color HEX #FDF13A Gorse

📋 copy color: '#FDF13A'

red 253 ◦ green 241 ◦ blue 58

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

Shades of Gorse #FDF13A

Tints of Gorse #FDF13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 10.51%

R = 45.83%
G = 43.66%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FDF13A (or 0xFDF13A) is known color: Gorse. HEX triplet: FD, F1 and 3A. RGB value is (253,241,58). Sum of RGB (Red+Green+Blue) = 253+241+58=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 58 (23.05% from 255 or 10.51% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF13A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF13A is #020EC5. Grayscale: #E0E0E0. Windows color (decimal): -134854 or 3863037. OLE color: 3863037.

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

Color convert

RGB 253 241 58 -
CMYK 0 0.05 0.77 0.01
HSL 56.31º 0.98% 0.61% -
HSV(B) 56.31º 0.77% 0.99% -
XYZ 72.73 84.1 16.4 -
YUV 223.73 34.48 148.88 -
System Red Green Blue C M Y K H S L
Decimal 253 241 58 0 0.05 0.77 0.01 56.31 0.98 0.61
Hex FD F1 3A 0 5 4D 1 38 62 3D
Octal 375 361 72 0 5 115 1 70 142 75
Binary 11111101 11110001 111010 0 101 1001101 1 111000 1100010 111101

Color Harmonies of #FDF13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF13A

Black with #FDF13A

Text Example


Text Example

White with #FDF13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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