Html Css Color HEX #FFDE30 Gorse

📋 copy color: '#FFDE30'

red 255 ◦ green 222 ◦ blue 48

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

Shades of Gorse #FFDE30

Tints of Gorse #FFDE30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.14%

R = 48.57%
G = 42.29%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFDE30 (or 0xFFDE30) is known color: Gorse. HEX triplet: FF, DE and 30. RGB value is (255,222,48). Sum of RGB (Red+Green+Blue) = 255+222+48=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 48 (19.14% from 255 or 9.14% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE30 is #0021CF. Grayscale: #D4D4D4. Windows color (decimal): -8656 or 3202815. OLE color: 3202815.

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

Color convert

RGB 255 222 48 -
CMYK 0 0.13 0.81 0
HSL 50.43º 1% 0.59% -
HSV(B) 50.43º 0.81% 1% -
XYZ 67.89 73.72 13.45 -
YUV 212.03 35.43 158.65 -
System Red Green Blue C M Y K H S L
Decimal 255 222 48 0 0.13 0.81 0 50.43 1 0.59
Hex FF DE 30 0 D 51 0 32 64 3B
Octal 377 336 60 0 15 121 0 62 144 73
Binary 11111111 11011110 110000 0 1101 1010001 0 110010 1100100 111011

Color Harmonies of #FFDE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE30

Black with #FFDE30

Text Example


Text Example

White with #FFDE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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