Html Css Color HEX #FDF136 Gorse

📋 copy color: '#FDF136'

red 253 ◦ green 241 ◦ blue 54

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

Shades of Gorse #FDF136

Tints of Gorse #FDF136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 9.85%

R = 46.17%
G = 43.98%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDF136 (or 0xFDF136) is known color: Gorse. HEX triplet: FD, F1 and 36. RGB value is (253,241,54). Sum of RGB (Red+Green+Blue) = 253+241+54=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 54 (21.48% from 255 or 9.85% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF136 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF136 is #020EC9. Grayscale: #E0E0E0. Windows color (decimal): -134858 or 3600893. OLE color: 3600893.

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

Color convert

RGB 253 241 54 -
CMYK 0 0.05 0.79 0.01
HSL 56.38º 0.98% 0.6% -
HSV(B) 56.38º 0.79% 0.99% -
XYZ 72.63 84.06 15.89 -
YUV 223.27 32.48 149.21 -
System Red Green Blue C M Y K H S L
Decimal 253 241 54 0 0.05 0.79 0.01 56.38 0.98 0.6
Hex FD F1 36 0 5 4F 1 38 62 3C
Octal 375 361 66 0 5 117 1 70 142 74
Binary 11111101 11110001 110110 0 101 1001111 1 111000 1100010 111100

Color Harmonies of #FDF136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF136

Black with #FDF136

Text Example


Text Example

White with #FDF136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF136; }

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

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

background-color css

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

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

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

border-color css

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

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

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