Html Css Color HEX #FDF135 Gorse

📋 copy color: '#FDF135'

red 253 ◦ green 241 ◦ blue 53

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

Shades of Gorse #FDF135

Tints of Gorse #FDF135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 9.69%

R = 46.25%
G = 44.06%
B = 9.69%

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

#FDF135 (or 0xFDF135) is known color: Gorse. HEX triplet: FD, F1 and 35. RGB value is (253,241,53). Sum of RGB (Red+Green+Blue) = 253+241+53=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 53 (21.09% from 255 or 9.69% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF135 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF135 is #020ECA. Grayscale: #DFDFDF. Windows color (decimal): -134859 or 3535357. OLE color: 3535357.

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

Color convert

RGB 253 241 53 -
CMYK 0 0.05 0.79 0.01
HSL 56.4º 0.98% 0.6% -
HSV(B) 56.4º 0.79% 0.99% -
XYZ 72.61 84.05 15.76 -
YUV 223.16 31.98 149.29 -
System Red Green Blue C M Y K H S L
Decimal 253 241 53 0 0.05 0.79 0.01 56.4 0.98 0.6
Hex FD F1 35 0 5 4F 1 38 62 3C
Octal 375 361 65 0 5 117 1 70 142 74
Binary 11111101 11110001 110101 0 101 1001111 1 111000 1100010 111100

Color Harmonies of #FDF135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF135

Black with #FDF135

Text Example


Text Example

White with #FDF135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF135; }

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

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

background-color css

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

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

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

border-color css

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

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

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