Html Css Color HEX #FFDE35 Gorse

📋 copy color: '#FFDE35'

red 255 ◦ green 222 ◦ blue 53

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

Shades of Gorse #FFDE35

Tints of Gorse #FFDE35

RGB

 RED value IS 255 (100% from 255) = 48.11%

 GREEN value IS 222 (87.11% from 255) = 41.89%

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

R = 48.11%
G = 41.89%
B = 10%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FFDE35 (or 0xFFDE35) is known color: Gorse. HEX triplet: FF, DE and 35. RGB value is (255,222,53). Sum of RGB (Red+Green+Blue) = 255+222+53=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 53 (21.09% from 255 or 10% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE35 is #0021CA. Grayscale: #D5D5D5. Windows color (decimal): -8651 or 3530495. OLE color: 3530495.

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

Color convert

RGB 255 222 53 -
CMYK 0 0.13 0.79 0
HSL 50.2º 1% 0.6% -
HSV(B) 50.2º 0.79% 1% -
XYZ 68 73.76 14.02 -
YUV 212.6 37.93 158.24 -
System Red Green Blue C M Y K H S L
Decimal 255 222 53 0 0.13 0.79 0 50.2 1 0.6
Hex FF DE 35 0 D 4F 0 32 64 3C
Octal 377 336 65 0 15 117 0 62 144 74
Binary 11111111 11011110 110101 0 1101 1001111 0 110010 1100100 111100

Color Harmonies of #FFDE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE35

Black with #FFDE35

Text Example


Text Example

White with #FFDE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE35; }

 p { color: rgb(255,222,53); }

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

background-color css

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

 a { background-color: rgb(255,222,53); }

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

border-color css

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

 span { border-color: rgb(255,222,53); }

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