Html Css Color HEX #FDFB2B Gorse

📋 copy color: '#FDFB2B'

red 253 ◦ green 251 ◦ blue 43

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

Shades of Gorse #FDFB2B

Tints of Gorse #FDFB2B

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.89%

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

R = 46.25%
G = 45.89%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDFB2B (or 0xFDFB2B) is known color: Gorse. HEX triplet: FD, FB and 2B. RGB value is (253,251,43). Sum of RGB (Red+Green+Blue) = 253+251+43=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 43 (17.19% from 255 or 7.86% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFB2B is #0204D4. Grayscale: #E4E4E4. Windows color (decimal): -132309 or 2882557. OLE color: 2882557.

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

Color convert

RGB 253 251 43 -
CMYK 0 0.01 0.83 0.01
HSL 59.43º 0.98% 0.58% -
HSV(B) 59.43º 0.83% 0.99% -
XYZ 75.44 90.05 15.69 -
YUV 227.89 23.66 145.91 -
System Red Green Blue C M Y K H S L
Decimal 253 251 43 0 0.01 0.83 0.01 59.43 0.98 0.58
Hex FD FB 2B 0 1 53 1 3B 62 3A
Octal 375 373 53 0 1 123 1 73 142 72
Binary 11111101 11111011 101011 0 1 1010011 1 111011 1100010 111010

Color Harmonies of #FDFB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB2B

Black with #FDFB2B

Text Example


Text Example

White with #FDFB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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