Html Css Color HEX #FDF237 Gorse

📋 copy color: '#FDF237'

red 253 ◦ green 242 ◦ blue 55

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

Shades of Gorse #FDF237

Tints of Gorse #FDF237

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44%

 BLUE value IS 55 (21.88% from 255) = 10%

R = 46%
G = 44%
B = 10%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FDF237 (or 0xFDF237) is known color: Gorse. HEX triplet: FD, F2 and 37. RGB value is (253,242,55). Sum of RGB (Red+Green+Blue) = 253+242+55=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 55 (21.88% from 255 or 10% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF237 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF237 is #020DC8. Grayscale: #E0E0E0. Windows color (decimal): -134601 or 3666685. OLE color: 3666685.

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

Color convert

RGB 253 242 55 -
CMYK 0 0.04 0.78 0.01
HSL 56.67º 0.98% 0.6% -
HSV(B) 56.67º 0.78% 0.99% -
XYZ 72.95 84.66 16.11 -
YUV 223.97 32.64 148.71 -
System Red Green Blue C M Y K H S L
Decimal 253 242 55 0 0.04 0.78 0.01 56.67 0.98 0.6
Hex FD F2 37 0 4 4E 1 39 62 3C
Octal 375 362 67 0 4 116 1 71 142 74
Binary 11111101 11110010 110111 0 100 1001110 1 111001 1100010 111100

Color Harmonies of #FDF237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF237

Black with #FDF237

Text Example


Text Example

White with #FDF237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF237; }

 p { color: rgb(253,242,55); }

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

background-color css

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

 a { background-color: rgb(253,242,55); }

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

border-color css

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

 span { border-color: rgb(253,242,55); }

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