Html Css Color HEX #FFFD2B Gorse

📋 copy color: '#FFFD2B'

red 255 ◦ green 253 ◦ blue 43

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

Shades of Gorse #FFFD2B

Tints of Gorse #FFFD2B

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.92%

 BLUE value IS 43 (17.19% from 255) = 7.8%

R = 46.28%
G = 45.92%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FFFD2B (or 0xFFFD2B) is known color: Gorse. HEX triplet: FF, FD and 2B. RGB value is (255,253,43). Sum of RGB (Red+Green+Blue) = 255+253+43=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 43 (17.19% from 255 or 7.80% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD2B is #0002D4. Grayscale: #E6E6E6. Windows color (decimal): -725 or 2883071. OLE color: 2883071.

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

Color convert

RGB 255 253 43 -
CMYK 0 0.01 0.83 0
HSL 59.43º 1% 0.58% -
HSV(B) 59.43º 0.83% 1% -
XYZ 76.8 91.68 15.93 -
YUV 229.66 22.66 146.08 -
System Red Green Blue C M Y K H S L
Decimal 255 253 43 0 0.01 0.83 0 59.43 1 0.58
Hex FF FD 2B 0 1 53 0 3B 64 3A
Octal 377 375 53 0 1 123 0 73 144 72
Binary 11111111 11111101 101011 0 1 1010011 0 111011 1100100 111010

Color Harmonies of #FFFD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFD2B

Black with #FFFD2B

Text Example


Text Example

White with #FFFD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFD2B; }

 p { color: rgb(255,253,43); }

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

background-color css

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

 a { background-color: rgb(255,253,43); }

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

border-color css

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

 span { border-color: rgb(255,253,43); }

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