Html Css Color HEX #FDF035 Gorse

📋 copy color: '#FDF035'

red 253 ◦ green 240 ◦ blue 53

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

Shades of Gorse #FDF035

Tints of Gorse #FDF035

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.96%

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

R = 46.34%
G = 43.96%
B = 9.71%

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

#FDF035 (or 0xFDF035) is known color: Gorse. HEX triplet: FD, F0 and 35. RGB value is (253,240,53). Sum of RGB (Red+Green+Blue) = 253+240+53=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 53 (21.09% from 255 or 9.71% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF035 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF035 is #020FCA. Grayscale: #DFDFDF. Windows color (decimal): -135115 or 3535101. OLE color: 3535101.

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

Color convert

RGB 253 240 53 -
CMYK 0 0.05 0.79 0.01
HSL 56.1º 0.98% 0.6% -
HSV(B) 56.1º 0.79% 0.99% -
XYZ 72.31 83.46 15.67 -
YUV 222.57 32.31 149.71 -
System Red Green Blue C M Y K H S L
Decimal 253 240 53 0 0.05 0.79 0.01 56.1 0.98 0.6
Hex FD F0 35 0 5 4F 1 38 62 3C
Octal 375 360 65 0 5 117 1 70 142 74
Binary 11111101 11110000 110101 0 101 1001111 1 111000 1100010 111100

Color Harmonies of #FDF035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF035

Black with #FDF035

Text Example


Text Example

White with #FDF035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF035; }

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

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

background-color css

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

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

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

border-color css

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

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

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