Html Css Color HEX #FBDA38 Gorse

📋 copy color: '#FBDA38'

red 251 ◦ green 218 ◦ blue 56

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

Shades of Gorse #FBDA38

Tints of Gorse #FBDA38

RGB

 RED value IS 251 (98.44% from 255) = 47.81%

 GREEN value IS 218 (85.55% from 255) = 41.52%

 BLUE value IS 56 (22.27% from 255) = 10.67%

R = 47.81%
G = 41.52%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FBDA38 (or 0xFBDA38) is known color: Gorse. HEX triplet: FB, DA and 38. RGB value is (251,218,56). Sum of RGB (Red+Green+Blue) = 251+218+56=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 56 (22.27% from 255 or 10.67% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDA38 is #0425C7. Grayscale: #D2D2D2. Windows color (decimal): -271816 or 3726075. OLE color: 3726075.

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

Color convert

RGB 251 218 56 -
CMYK 0 0.13 0.78 0.02
HSL 49.85º 0.96% 0.6% -
HSV(B) 49.85º 0.78% 0.98% -
XYZ 65.57 70.94 13.98 -
YUV 209.4 41.43 157.67 -
System Red Green Blue C M Y K H S L
Decimal 251 218 56 0 0.13 0.78 0.02 49.85 0.96 0.6
Hex FB DA 38 0 D 4E 2 32 60 3C
Octal 373 332 70 0 15 116 2 62 140 74
Binary 11111011 11011010 111000 0 1101 1001110 10 110010 1100000 111100

Color Harmonies of #FBDA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA38

Black with #FBDA38

Text Example


Text Example

White with #FBDA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA38; }

 p { color: rgb(251,218,56); }

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

background-color css

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

 a { background-color: rgb(251,218,56); }

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

border-color css

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

 span { border-color: rgb(251,218,56); }

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